-
Notifications
You must be signed in to change notification settings - Fork 15
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
Region is not loaded from AWS config #23
Comments
Thanks for reporting, it certainly does seem to not be loading 😕 |
I would expect it to be loaded by the Default Region Provider, but it doesn't seem to be loaded. At least it seems to be loaded when specified by the environment variable Also, although this is a separate this, it might be better to be able to set DEFAULT_REGION. |
Thank you for looking into it |
The new version of stu ( Line 123 in b4725cb
Only needs to fix region loading now ? |
The implementation up to
In On the other hand, this issue is about the profile value not being loaded correctly in Setting a default value may save you the trouble of specifying |
I am also seeing the issue, I would have expected the region from my aws profile to be used, but I have to specify it manually. Following. |
Thank you ! |
Thanks for checking! |
.aws/config
Running:
stu --profile myprofile
it does not use the region butap-northeast-1
. Checked in debug log.Maybe it is only the
unexpected scope:
?That said passing --region garage makes it work
The text was updated successfully, but these errors were encountered: