Amazon S3 & Checksum
问题 I try to verify the integrity of a file that was uploaded to a bucket but I don't find any information of this. In the file's headers, there is a "E-tag" but I think its not a md5 checksum. So, how can I check if the file that I uploaded on Amazon S3 is the same that I have on my computer ? Thanks. :) 回答1: If you are using the REST API to upload an object (up to 5GB) in a single operation, then you can add the Content-MD5 header in your PUT request. According the the S3 documentation for PUT,