How do I hash objects in my Object Storage bucket?
Linode
Linode Staff
How do I hash objects in my Object Storage bucket?
1 Reply
andrewm
Linode Staff
You can use s3cmd
to do this:
$ s3cmd ls --list-md5 s3://example-bucket/example.file | awk '{ print $4 }'
d1c591f0eabc84735fa50953d34929d0
Our Documentation has a page for installing and setting up s3cmd
: