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
Consider environment variables the AWS CLI considers
The AWS CLI considers `AWS_DEFAULT_PROFILE` and `AWS_DEFAULT_REGION`
when creating default clients, however the AWS SDK for JS only considers
`AWS_PROFILE` and `AWS_REGION`. This aims to align the behavior of both
ways by automatically setting `AWS_PROFILE` and `AWS_REGION` from the
matching `AWS_DEFAULT_` variable (unless the variables were already set)
See #131
0 commit comments