How do I hash objects in my Object Storage bucket?

Linode Staff

How do I hash objects in my Object Storage bucket?

1 Reply

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:

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct