How to get the md5sum of a file on Amazon's S3

前端 未结 11 2142

If I have existing files on Amazon\'s S3, what\'s the easiest way to get their md5sum without having to download the files?

Thanks

11条回答
  •  北海茫月
    2020-12-01 01:01

    I have cross checked jets3t and management console against uploaded files' MD5sum, and ETag seems to be equal to MD5sum. You can just view properties of the file in AWS management console:

    https://console.aws.amazon.com/s3/home

提交回复
热议问题