deis / registry

Docker registry for Deis Workflow.
https://deis.com
MIT License
16 stars 24 forks source link

fix(boto): specify the region while getting s3 connection #75

Closed kmala closed 7 years ago

kmala commented 7 years ago

boto ignores the region as env var.

deis-bot commented 7 years ago

@bacongobbler is a potential reviewer of this pull request based on my analysis of git blame information. Thanks @kmala!

bacongobbler commented 7 years ago

Good catch. Boto3 respects AWS_REGION; Boto2 does not.