uskudnik / amazon-glacier-cmd-interface

Command line interface for Amazon Glacier
MIT License
375 stars 103 forks source link

Fixed downloaded-hash-check-mismatch bug. #110 and #116 #117

Closed burakbozyigit closed 11 years ago

burakbozyigit commented 11 years ago

I've solved this problem.

uskudnik commented 11 years ago

Thanks!

alexhuth commented 10 years ago

Hey -- For me this patch is causing a problem, while the original code works. I'm downloading an 11MB archive (with 11 chunk hashes). Pulling out and using only the first chunk hash (as is done in the patch) makes the tree hash not equal to that reported by glacier. Any idea why my situation is different from yours?