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
I have configured my aws console usnig aws configure and specified a region
aws configure
However I keep getting "MissingRegion" error
MissingRegion: could not find region configuration
A workaround is to set AWS_REGION environment variable.
The default aws configure should work.
The text was updated successfully, but these errors were encountered:
I'm going to take a peek at this - it seems like the aws-sdk-go library should handle this on its own, yet doesn't for some reason.
aws-sdk-go
Sorry, something went wrong.
Any solution here? I am facing the same issue
No branches or pull requests
I have configured my aws console usnig
aws configure
and specified a regionHowever I keep getting "MissingRegion" error
MissingRegion: could not find region configuration
A workaround is to set AWS_REGION environment variable.
The default aws configure should work.
The text was updated successfully, but these errors were encountered: