-
Notifications
You must be signed in to change notification settings - Fork 169
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
Delete AWS_PROFILE, so that boto doesn't try and use it #18
base: master
Are you sure you want to change the base?
Conversation
Can you please provide some more context around how you get this error? e.g. How your configs are setup, etc. I am unable to reproduce this. The latest version should gracefully handle this. Please let me know. Thanks |
Hi @broamski, This is still an issue: environment setup:
Then I just run aws-mfa:
This was after doing a pip install -U aws-mfa. Patched with my patch from above, and the issues is resolved. Further info: Mac OSX El Capitan |
I'd like to get more insight so we can potentially properly handle this exception. A few questions:
Thanks! |
I have many, many profiles that set different default regions/outputs and roles.
Hope that helps. |
Had an issue that produced the following stack trace:
I could work around it by creating an empty section inside ~/.aws/credentials. This is possibly a bug in boto3, but this PR provides a cleaner workaround.