DudeWhoCode / kulay

High speed message passing between various queues and services
MIT License
12 stars 1 forks source link

AWS config overrides region in config.toml #12

Closed DudeWhoCode closed 7 years ago

DudeWhoCode commented 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.

DudeWhoCode commented 7 years ago

Global variables in AWS sessions prevented in retaining different regions, changing to local while creating AWS sessions solved this.