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
Running 1.4.0 on OSX, it seems like the --region flag is required for every command, even if I have the AWS_REGION environment variable set.
--region
AWS_REGION
$ unicreds list ⨯ failed error=MissingRegion: could not find region configuration $ env|grep AWS AWS_PROFILE=my-profile AWS_REGION=ap-southeast-2
The text was updated successfully, but these errors were encountered:
65fb179
Merge pull request #49 from Versent/fix_region_profile_flags
3c288d0
Updated AWS config function with some tests to fix #47
No branches or pull requests
Running 1.4.0 on OSX, it seems like the
--region
flag is required for every command, even if I have theAWS_REGION
environment variable set.The text was updated successfully, but these errors were encountered: