Bucket creation needed correct region to be set.

That resulted in non-idempotent create_bucket in non us east 1
location, so needed to check for bucket existence first.
This commit is contained in:
Adam Shimali
2016-02-02 22:26:49 +00:00
parent dd07a00e68
commit c05a4b2059
3 changed files with 23 additions and 6 deletions

View File

@@ -41,6 +41,8 @@ class Config(object):
HEADER_COLOUR = '#FFBF47' # $yellow
AWS_REGION = 'eu-west-1'
class Development(Config):
DEBUG = True