ensure s3 bucket parity betwixt admin + api

it's no longer just martyn's bucket 😇
This commit is contained in:
Leo Hemsted
2016-08-08 14:05:35 +01:00
parent e88624ed4a
commit 8a3a4f7759

View File

@@ -112,7 +112,7 @@ class Config(object):
class Development(Config):
NOTIFY_ENVIRONMENT = 'development'
CSV_UPLOAD_BUCKET_NAME = 'developement-martyn-notifications-csv-upload'
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'
DEBUG = True