Skip to content

Commit

Permalink
try to match local to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avantgardnerio committed Dec 2, 2024
1 parent 4037579 commit 71860e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/src/aws/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ impl S3Client {
) -> Result<MultipartId> {
let response = self
.request(Method::POST, location)
// .header("x-amz-checksum-algorithm", "SHA256")
.header("x-amz-checksum-algorithm", "SHA256")
.query(&[("uploads", "")])
.with_encryption_headers()
.with_attributes(opts.attributes)
Expand Down

0 comments on commit 71860e1

Please sign in to comment.