Skip to content

Commit eb36cfa

Browse files
committed
fix(s3s-e2e):multipart upload remove checksum
1 parent 1548097 commit eb36cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/s3s-e2e/src/advanced.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl Multipart {
117117
// Create multipart upload
118118
let create_resp = s3
119119
.create_multipart_upload()
120-
.checksum_algorithm(ChecksumAlgorithm::Crc32)
120+
// .checksum_algorithm(ChecksumAlgorithm::Crc32)
121121
.bucket(bucket)
122122
.key(key)
123123
.send()

0 commit comments

Comments
 (0)