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

Amazon AWS Glacier command line interface

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

Hi, I am trying to retrieve the vault Inventory. Getting this error. It seems to be coming from the method downloadJobOutput. **java.io.IOException: Attempted read from closed stream** Any help to...

For example, when I use the following archive ID to delete from a vault: {"ArchiveId":"-VY9XTqiJkHXSKZFTgYVHVKsU86FnojGAyZbP3p0HXmo0XM0UUCM4iBQQCPtbC4gES5NV7RK0hved1ekC-LwdKAke6jwrrdZnoqeJoDN_Cj9lg-6Nh6_3MBq4uoFpEtuvaChruhQZw", etc I get: Exception in thread "main" org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -VY9XTqi I've tried escaping it...

Getting the following exception: ``` Exception in thread "main" java.lang.RuntimeException: Error Uploading to Glacier vault at org.csanchez.aws.glacier.Glacier.upload(Glacier.java:223) at org.csanchez.aws.glacier.Glacier.main(Glacier.java:140) Caused by: com.amazonaws.AmazonClientException: Unable to compute hash at com.amazonaws.services.glacier.TreeHashGenerator.calculateTreeHash(TreeHashGenerator.java:86) at com.amazonaws.services.glacier.TreeHashGenerator.calculateTreeHash(TreeHashGenerator.java:57)...

When i try to upload empty file, i'm getting error IndexError: list index out of range It's affected any automation! alp ▶ ws207 ▶ ~ ▶ $ ▶ python /opt/glacier-cli/glacier.py...

added possibility to set credentials directory via command line switch

- Using onejar maven plugin - creating self contained executable shell script (works at least on *nix)

I don't see a default glacier.json beging generated in the local file system. I also tried adding -ouput with a custom file name and don't seem to get a file...

Since Glacier is designed to upload large files it would be nice to see status everyone once in awhile. Example. Uploaded X% of file or Y Mb of file.

It would be helpful to inlcude the used "region" in the stdout output for every command, e,g, like String msg = "Uploading " + archive + " to Glacier vault...