You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So there are a couple of issues with how multi-part upload is implemented:
The initial PUT request to CreateMultipartUpload must specify the checksum algo or else calling PutPart with the checksum will fail (eg set x-amz-checksum-algorithm: SHA256 on the request)
Describe the bug
with_checksum_algorithm()
fails when used in withput_multipart_opts()
on large filesTo Reproduce
Expected behavior
It should write the file
Additional context
See PR for failing test
The text was updated successfully, but these errors were encountered: