basak / glacier-cli

Command-line interface to Amazon Glacier
Other
617 stars 55 forks source link

please provide a glacier-cli command #47

Open joeyh opened 9 years ago

joeyh commented 9 years ago

As noted in https://github.com/basak/glacier-cli/issues/30 , boto also provides a glacier command. Worse, this command exits 0 when passed glacier-cli parameters, without uploading anything. https://github.com/boto/boto/issues/2942

This makes it very unsafe for git-annex to run "glacier" and expect it to do anything sane. I think it could best be dealt with by glacier-cli providing a glacier-cli command, which git-annex could then run. (It could continue providing a glacier command too, or not.. no opinion here.)