amazon-glacier-cmd-interface icon indicating copy to clipboard operation
amazon-glacier-cmd-interface copied to clipboard

Command line interface for Amazon Glacier

Results 87 amazon-glacier-cmd-interface issues
Sort by recently updated
recently updated
newest added

This seems to be an old repo and not sure if amazon glacier cmd is supported. The documentation seems to have only aws cli method to communicate with glacier. This...

Meant to properly reference #185

This update simply updates the region definition to match the currently available Glacier regions as found: https://docs.aws.amazon.com/general/latest/gr/rande.html#glacier_region This fixes #197 #194 #184 #182 #176.

As referenced here: https://github.com/uskudnik/amazon-glacier-cmd-interface/issues/155

Hi, when issuing: `glacier-cmd lsvault` we get: ssl.SSLError: [Errno 1] _ssl.c:492: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Open SSL version: OpenSSL 1.0.1e-fips 11 Feb 2013 CentOS 6.8 Python 2.6.6

when trying to upload an sql dump from stdin, glacier-cmd always failed with "There is nothing to upload", because our DB is 6TB and pg_dump takes a bit to start....

I keep getting the following error when downloading a file. ``` str: Downloaded data hash mismatchte 3.43 MB/s, average 716.77 KB/s, ETA 00:18:05 ```

Originally it was possible to upload data from a FIFO pipe, but at some point that feature was lost. This commit brings it back.

Previously glacier-cmd truncated output with headers over 100 characters which elided the 138 character archive ID. Fixes #163.

For some reason most of the time my uploads fail due to timeouts: ``` boto.glacier.exceptions.UnexpectedHTTPResponseError: Expected 204, got (408, code=RequestTimeoutException, message=Request timed out.) ``` My workaround so far is to...