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
We are missing support for checksum headers x-amz-checksum-mode, x-amz-sdk-checksum-algorithm, x-amz-checksum-XXX.
While we do support Content-MD5 and x-amz-content-sha256 (which is used to protect the signature), the new checsum headers were added to become persistent attributes of the object and retrieved on next head/get.
Expected behavior
Should support checksums calculation and persistency PutObject, CopyObject, UploadPart, UploadPartCopy, and then also retrieval on GetObject, HeadObject.
Should support also Trailers when applicable.
Steps to reproduce
For example aws s3 cp --checksum-mode ENABLED --checksum-algorithm CRC32|CRC32C|SHA1|SHA256 ...
The text was updated successfully, but these errors were encountered:
Environment info
Actual behavior
Expected behavior
Steps to reproduce
aws s3 cp --checksum-mode ENABLED --checksum-algorithm CRC32|CRC32C|SHA1|SHA256 ...
The text was updated successfully, but these errors were encountered: