mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Use the correct name for the contact list bucket
Everything else is production. The bucket is currently called production. The fact that the CSV bucket is called `live-` is a legacy thing that’s hard to change.
This commit is contained in:
@@ -178,7 +178,7 @@ class Live(Config):
|
||||
HTTP_PROTOCOL = 'https'
|
||||
STATSD_ENABLED = True
|
||||
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'
|
||||
CONTACT_LIST_UPLOAD_BUCKET_NAME = 'live-contact-list'
|
||||
CONTACT_LIST_UPLOAD_BUCKET_NAME = 'production-contact-list'
|
||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-production'
|
||||
MOU_BUCKET_NAME = 'notifications.service.gov.uk-mou'
|
||||
TRANSIENT_UPLOADED_LETTERS = 'production-transient-uploaded-letters'
|
||||
|
||||
Reference in New Issue
Block a user