uskudnik / amazon-glacier-cmd-interface

Command line interface for Amazon Glacier
MIT License
374 stars 100 forks source link

Add the file size to the bookkeeping #89

Closed urandom closed 11 years ago

urandom commented 11 years ago

Hi,

These commits add the file size to the bookkeeping, and make sure that old bookkeepinng info doesn't cause python to die with such a missing field

wvmarle commented 11 years ago

Both are solved in my pending pull request for upload resumption together with many more enhancements - a major change is to use the archive id as item name in SimpleDB instead of the file name which is not necessarily unique.

In case of no results on search, it'll actually say "no results".

Anyway thanks for looking at this matter, and sending in patches.