The AWS SDK for Go v2 allows passing multiple shared credentials and shared config files. Note that the corresponding environment variables, AWS_SHARED_CREDENTIALS_FILE and AWS_CONFIG_FILE accept single files only.
- Document support for both environment variables
- Add parameter
shared_credentials_files
- Add parameter
shared_config_files
- Deprecate
shared_credentials_file
Depends on #30443