Functionsยง
- calculate_
tree_ hash - Calculate the Amazon SHA256 tree hash as described on Checksum Calculation page of the AWS S3 Glacier developer guide. The function is meant to be used on the complete data in the case of an upload in a single request and on each part in case of a multi-part upload.
- combine_
hashes - Combine the tree hashes from multiple parts (i.e. multiple invocations of
calculate_tree_hash
) into the overall tree hash.