Closed sopel closed 11 years ago
Error Message:
$ aws s3 get-object --bucket example.com --key example.zip example.zip > /dev/null
usage: aws [options] <service_name> <operation> [parameters]
aws: error: argument operation: Invalid choice, valid choices are:
help | mb
sync | mv
ls | rb
rm | cp
Seems related to 215 in https://github.com/aws/aws-cli
See 10) in https://github.com/cityindex/logsearch-development-flow/issues/152#issuecomment-23421782 for the background.
The
aws s3
command failed with odd error messages (differing when run on instance by @dpb587 and when tested locally by @sopel even), hinting towards syntax error in the command execution, yet complying with the docs/help.