We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Took me an hour to figure this out.
Repro: Use this ini mock:
[default] # this is my default aws_access_key_id = ACCESS_KEY_0 aws_secret_access_key = SECRET_KEY_0 aws_session_token = TOKEN_0
The resulting credentials will no longer have a default.
default
awscli handles this correctly, the ini_parse method currently does not.
awscli
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. I'll take a look at this shortly.
Sorry, something went wrong.
cd96ad0
Thank you for reporting this. The fix will go out with the next release.
👍 Thanks!
No branches or pull requests
Took me an hour to figure this out.
Repro:
Use this ini mock:
The resulting credentials will no longer have a
default
.awscli
handles this correctly, the ini_parse method currently does not.The text was updated successfully, but these errors were encountered: