cityindex-attic / logsearch

[unmaintained] A development environment for ELK
Apache License 2.0
24 stars 8 forks source link

Fix AWS CLI execution failures #162

Closed sopel closed 11 years ago

sopel commented 11 years ago

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.

dpb587 commented 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
dpb587 commented 11 years ago

Seems related to 215 in https://github.com/aws/aws-cli