Skip to content

Commit 0bcac8f

Browse files
Update modules/storage/minio.go
Co-authored-by: Yarden Shoham <[email protected]>
1 parent 9b09bab commit 0bcac8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/storage/minio.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (m *MinioStorage) Save(path string, r io.Reader, size int64) (int64, error)
147147
// some storages like:
148148
// * https://developers.cloudflare.com/r2/api/s3/api/
149149
// * https://www.backblaze.com/b2/docs/s3_compatible_api.html
150-
// they do not support "x-amz-checksum-algorithm" header, so use legacy MD5 checksum
150+
// do not support "x-amz-checksum-algorithm" header, so use legacy MD5 checksum
151151
SendContentMd5: true,
152152
},
153153
)

0 commit comments

Comments
 (0)