-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws s3 cp broken in 1.9.11 #1670
Comments
Probably has to do with the changes to awscli/clidriver.py 33a68f9#diff-63f67c748224f51280a660105cbea98d |
What installation method are you using to the install the CLI? I have a feeling that the botocore version you are using is out of sync with the version of the CLI. You can tell by using
If you are not using 1.3.11 of botocore, you will get the error that you pointed out. Let me know. |
Yeah it's aws-cli/1.9.11 Python/2.7.10 Darwin/15.0.0 botocore/1.3.6, I installed via homebrew. |
Ah. I would recommend not installing with brew as we do not maintain nor officially support brew as an installation method. You may need to contact whoever maintains the brew package of the CLI to get this fixed if you are set on using brew. I would recommend using I also noticed that you are using El Capitan. Some people have ran into issues when installing with pip and no virtualenv, but it looks like users have figured out how to get it to work: #1522. Let me know if you have any more questions or need any more help |
Yeah I'm not normally a python developer so when I ran into this problem I didn't think to look in the system python site-packages dir. Turns out that there was a bunch of outdated stuff in there that was screwing with this tool. |
Cool. Glad to here you got it working then. Closing issue. |
aws s3 cp s3://aws-logs-777423221348-us-east-1/elasticmapreduce/j-2WTZ7AWUMJ0K2/node/i-a7fdd917/bootstrap-actions/2/controller.gz /tmp/
'Session' object has no attribute 'get_default_client_config'
The text was updated successfully, but these errors were encountered: