Merge pull request #2523 from alphagov/rename-staging-csv-uploads-bucket

Rename staging CSV uploads bucket to match other environments
This commit is contained in:
Alexey Bezhan
2018-11-21 13:26:39 +00:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ class Staging(Config):
HTTP_PROTOCOL = 'https'
HEADER_COLOUR = '#6F72AF' # $mauve
STATSD_ENABLED = True
CSV_UPLOAD_BUCKET_NAME = 'staging-notify-csv-upload'
CSV_UPLOAD_BUCKET_NAME = 'staging-notifications-csv-upload'
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-staging'
MOU_BUCKET_NAME = 'staging-notify.works-mou'
NOTIFY_ENVIRONMENT = 'staging'