deis / postgres

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

fix(setup_envdir): remove AWS_REGION from WALE_S3_ENDPOINT #161

Closed bacongobbler closed 7 years ago

bacongobbler commented 7 years ago

boto resolves this internally using AWS_REGION. The warning about AWS_REGION being ignored is for a small section of wal-e's code and is still passed onto boto.

This also includes a patch for boto that resolves an issue with their s3v4 auth handler where AWS_REGION is not respected.

fixes #160

deis-bot commented 7 years ago

@kmala and @paulczar are potential reviewers of this pull request based on my analysis of git blame information. Thanks @bacongobbler!