nrdg / cloudknot

A python library to run your existing code on AWS Batch
https://nrdg.github.io/cloudknot/
Other
71 stars 17 forks source link

s3 params should be profile specific #280

Open richford opened 3 years ago

richford commented 3 years ago

Some users might want to use cloudknot with multiple profiles. The s3_bucket param in the cloudknot config is global (i.e. across profiles) which leads to name collisions when trying to set up cloudknot on multiple accounts.