glacier-cli icon indicating copy to clipboard operation
glacier-cli copied to clipboard

Command-line interface to Amazon Glacier

Results 35 glacier-cli issues
Sort by recently updated
recently updated
newest added

https://github.com/basak/glacier-cli/blob/e9f346d8b968909d85f5ecb843699fc4c5a4b741/glacier-list-duplicates.sh#L11-L13 this link https://git-annex.branchable.com/bugs/Glacier_remote_uploads_duplicates/ does not work anymore (404 Not Found)

I am using glacier-cli via git-annex. It is impossible to retrieve files because of the following error, which occurs with boto==2.48.0 and glacier-cli's head (e9f346d8b968909d85f5ecb843699fc4c5a4b741) using python 3 (I think...

I've added instructions for installing with pip, and I also updated the example commands to the new glacier-cli script name. Thanks again for making glacier-cli installable with pip. - Ed

1. Install the tool 2. Execute `glacier vaults list` 3. Exception happens ``` Traceback (most recent call last): File "C:/Python37-32/Scripts/glacier", line 161, in main() File "C:/Python37-32/Scripts/glacier", line 149, in main...

I've encountered this issue with `glacier-cli` failing due to git-annex mistakenly adding things that look like file extension to the key when using the `SHA256E` backend. Essentially what it means...

I uploaded a 6.6 GiB file and after some time I got this error: ``` Traceback (most recent call last): File "/home/amedee/bin/glacier", line 730, in App().main() File "/home/amedee/bin/glacier", line 716,...

OS X 10.8.2 does not include the python modules `iso8601` and `sqlalchemy` by default. Consider adding checks for third party modules. ``` $ ./glacier.py vault list Traceback (most recent call...

### Summary - Added new `multipart_upload` command with optional number of threads as well as chunk size arguments; - Integrated `python-gnupg` package and added optional encryption/decryption of files using GnuPG's...