You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR, users commonly "log in" to AWS using aws login, but the AWS Go libraries don't consult the resulting ~/.aws/config file unless you set the AWS_SDK_LOAD_CONFIG environment variable to true, or unless the aws.Config field SharedConfigEnable is set to true.
We should do that in URL openers and in the *Session that's in the default provider sets.
The text was updated successfully, but these errors were encountered:
Some earlier discussion here:
#1357 (comment)
TL;DR, users commonly "log in" to AWS using
aws login
, but the AWS Go libraries don't consult the resulting~/.aws/config
file unless you set theAWS_SDK_LOAD_CONFIG
environment variable to true, or unless theaws.Config
fieldSharedConfigEnable
is set to true.We should do that in URL openers and in the
*Session
that's in the default provider sets.The text was updated successfully, but these errors were encountered: