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
Describe the bug A clear and concise description of what the bug is.
process.env.AWS_DEFAULT_REGION is set to config.profile in various places.
process.env.AWS_DEFAULT_REGION
config.profile
To Reproduce
These misconfigurations can be found under:
Expected behavior
process.env.AWS_DEFAULT_REGION should be set to config.region instead
config.region
Please complete the following information about the solution:
Screenshots If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
The text was updated successfully, but these errors were encountered:
@sleepwithcoffee Thanks for your report, we will investigate and get back to you
Sorry, something went wrong.
This should be addressed in the next release. thanks
Fixed in v6.0.0
fhoueto-amz
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
process.env.AWS_DEFAULT_REGION
is set toconfig.profile
in various places.To Reproduce
These misconfigurations can be found under:
Expected behavior
process.env.AWS_DEFAULT_REGION
should be set toconfig.region
insteadPlease complete the following information about the solution:
Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
The text was updated successfully, but these errors were encountered: