Closed DudeWhoCode closed 7 years ago
The shared configuration in ~/.aws/config overrides the custom config.toml, When region is present in config.toml it should override ~/.aws/config by only taking secret key and value from it.
Global variables in AWS sessions prevented in retaining different regions, changing to local while creating AWS sessions solved this.
The shared configuration in ~/.aws/config overrides the custom config.toml, When region is present in config.toml it should override ~/.aws/config by only taking secret key and value from it.