diff --git a/internal/s3/client.go b/internal/s3/client.go index 9632536..418a565 100644 --- a/internal/s3/client.go +++ b/internal/s3/client.go @@ -59,7 +59,7 @@ func (c *Client) Put(bucket, key string, payload goja.ArrayBuffer) PutResponse { } // log the request with body along with received response - cfg.ClientLogMode = aws.LogRequestWithBody | aws.LogResponseWithBody + cfg.ClientLogMode = aws.LogResponseWithBody client := s3.NewFromConfig(cfg) rdr := bytes.NewReader(payload.Bytes()) sz := rdr.Size()