Gabriel Burca
Gabriel Burca
You can clone from https://github.com/gburca/amazon-glacier-cmd-interface.git. Other than that there should be no difference. I don't know why most of the patches are not being merged into this project. @uskudnik can...
I would expect the latest one to be installed is the one you're using. You can also specify the installation directory if you want. To see the options available: `python...
I've been out of town and haven't had a chance to look at this. I'll take a look in the next few days.
Try the master branch from https://github.com/gburca/amazon-glacier-cmd-interface
Sorry. Didn't get to test the changes. Try the master branch again. We should move this discussion to my fork of the project to reduce confusion since at this point...
Does the gburca@85ef4aa tip/branch fix this issue for anyone? See also https://github.com/uskudnik/amazon-glacier-cmd-interface/issues/171#issuecomment-101495322.
What's going on with this project? Is it dead? There doesn't seem to be much progress, and there are some show-stopper issues that have been opened for over a month...
We need to keep in mind 2 overall requirements for this feature: 1. It should work without SimpleDB since that's an optional portion and not everyone will have it enabled....
For error handling, there's no need to validate the uploadID since we'll get a failure from AWS if it's invalid and can pass that straight to the user. We should...
> Now back to the uploadID: you can not be sure to get that from the user. The `listmultiparts` sub-command I already added gives you the uploadID for all the...