Amazon S3 checksum - Display ETag and use it's value as md5sum
https://aws.amazon.com/blogs/aws/new-additional-checksum-algorithms-for-amazon-s3/
Implement basic checksum for Amazon S3 using a combination of md5sum (local) and ETag (remote) will be usefull. There are also other supported methods, but they are optional and need to be enable on the bucket side.
Implement basic checksum for Amazon S3 using a combination of md5sum (local) and ETag (remote) will be usefull. There are also other supported methods, but they are optional and need to be enable on the bucket side.