Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 510 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 510 Bytes

Treehash Build Status

Amazon Glacier uses a tree of SHA256 hashes. This is a tool to help you verify that your files were uploaded safely to Glacier.

Installing it:

$ gem install treehash

Usage

Library:

Treehash::calculate_tree_hash string_or_io

Do note that when a file object is passed, the read pointer is moved to the end of the file.

Command-Line:

$ treehash filename