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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Both boto and glacier-cli provide a glacier command. These commands have different syntaxes, which are not compatable. If a program is expecting to talk to glacier-cli and ends up taking to boto's glacier, it might run it with parameters like "archive upload --name foo vault file".
Unfortunately, boto's glacier program will respond by outputting usage, not uploading the file and exiting 0. Which is very much the wrong exit status.
The user could potentially lose data this way. Please make the glacier command exit nonzero if it's passed parameters it does not expect.
The text was updated successfully, but these errors were encountered:
Both boto and glacier-cli provide a glacier command. These commands have different syntaxes, which are not compatable. If a program is expecting to talk to glacier-cli and ends up taking to boto's glacier, it might run it with parameters like "archive upload --name foo vault file".
Unfortunately, boto's glacier program will respond by outputting usage, not uploading the file and exiting 0. Which is very much the wrong exit status.
The user could potentially lose data this way. Please make the glacier command exit nonzero if it's passed parameters it does not expect.
The text was updated successfully, but these errors were encountered: