Urban Škudnik
Urban Škudnik
Anyone else fixed this problem with https://github.com/uskudnik/amazon-glacier-cmd-interface/commit/0b88b042b3 (although I suspect issue was fixed a couple of commits earlier or Amazon fixed it on its end)?
A week without any fixes - I will presume this is stable and merge tomorrow unless @wvmarle says otherwise and no new bugs are discovered.
@wvmarle Any luck tracking bug down? Do you know if it's boto issue or Amazon?
Hehe, just saw the email and wanted to create an issue :D Wait, aren't downloads multithreaded by definition? One process per download and off you go?
`download` or `getarchive` should do the trick if I understand your problem correctly? First one is a bit implicit ("you will have to uniquely identify the file either by its...
Not at the moment, although it should be pretty easy to implement... will try to take a look and implement that (but if you have some time on your hands,...
Huh, nope, completely forgot to implement any kind of -v flag for command line :-/ I guess you could check for the revision you are using?
How do you mean FUSE support? By making a new plugin for FUSE? That might be the case, though I imagine that to make filesystem support via FUSE I first...
Well, at this time I'm storing all the data about the file in SimpleDB (see below). While I agree that relying on two services might not be the best plan,...
Exactly! :) Now also inventory-retrieval information is stored in SimpleDB (though integrity check/update not yet) and search work with LIKE operator instead of =.