-
-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Description
48ab3a7 created the issue
Cyberduck assumes that the ETag returned by S3 is equivalent to the MD5 checksum of the file's content. This is not a valid assumption. The ETag will only be the MD5 of the object data when the object is stored as plaintext or encrypted using SSE-S3. If the object is encrypted using another method (such as SSE-C or SSE-KMS) the ETag is not the MD5 of the object data. If the object was created via a multipart upload, the ETag is not the MD5 of the object data.
Attachments
Screen Shot 2018-06-25 at 11.25.58 AM.png(101.2 KiB)Screen Shot 2018-06-25 at 11.26.54 AM.png(26.0 KiB)Screen Shot 2018-06-25 at 11.27.23 AM.png(16.8 KiB)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
s3AWS S3 Protocol ImplementationAWS S3 Protocol Implementation