deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

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

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 and @paulczar are potential reviewers 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.