-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Steps
- Add default region to
AWSClient. - Read environment variable
AWS_DEFAULT_REGIONor value in~/.aws/config. Will need to take into accountAWS_PROFILEenvironment variable. Might need to do something to sync withConfigFileCredentialProvider - To ensure this is done before any requests are made, need to do this before the credential provider setup is complete
- If a service config has no region then should use default region from
AWSClient. - As service can be created before
AWSClientwe cannot just copy default region to service. One way to avoid this is add new regionuseDefaultwhich will useAWSClientdefault when a request occurs.
Metadata
Metadata
Assignees
Labels
No labels