You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #30 , boto also provides a glacier command. Worse, this command exits 0 when passed glacier-cli parameters, without uploading anything. boto/boto#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.)
The text was updated successfully, but these errors were encountered:
Eventually, this will probably be taken care of by setup.py or similar.
For now, it's better not to rename the source file, because that would
break every existing pull request.
Closesbasak#30 and closesbasak#47.
Eventually, this will probably be taken care of by setup.py or similar.
For now, it's better not to rename the source file, because that would
break every existing pull request.
Closesbasak#30 and closesbasak#47.
As noted in #30 , boto also provides a glacier command. Worse, this command exits 0 when passed glacier-cli parameters, without uploading anything. boto/boto#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.)
The text was updated successfully, but these errors were encountered: