Skip to content
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 Profile loading code looks for wrong key in config #413

Closed
ZachNo opened this issue Feb 12, 2024 · 0 comments
Closed

AWS Profile loading code looks for wrong key in config #413

ZachNo opened this issue Feb 12, 2024 · 0 comments

Comments

@ZachNo
Copy link
Contributor

ZachNo commented Feb 12, 2024

Both the config and credentials loading code looks for a section matching self.profile, however the proper formatting has profile as a prefix to the profile name in the config file. (except for default)

.section(Some(&self.profile))

https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#:~:text=Depending%20on%20the,the%20credentials%20file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant