Merge pull request #1413 from alphagov/logo-bucket-name

Fix logo bucket name
This commit is contained in:
Chris Hill-Scott
2017-08-09 15:29:07 +01:00
committed by GitHub

View File

@@ -135,7 +135,7 @@ class Live(Config):
HTTP_PROTOCOL = 'https'
STATSD_ENABLED = True
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-live'
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-production'
NOTIFY_ENVIRONMENT = 'live'