Rename staging CSV uploads bucket to match other environments

This commit is contained in:
Alexey Bezhan
2018-11-21 14:07:04 +00:00
parent ac3882900c
commit 1b1b443c69

View File

@@ -416,7 +416,7 @@ class Preview(Config):
class Staging(Config):
NOTIFY_EMAIL_DOMAIN = 'staging-notify.works'
NOTIFY_ENVIRONMENT = 'staging'
CSV_UPLOAD_BUCKET_NAME = 'staging-notify-csv-upload'
CSV_UPLOAD_BUCKET_NAME = 'staging-notifications-csv-upload'
TEST_LETTERS_BUCKET_NAME = 'staging-test-letters'
DVLA_RESPONSE_BUCKET_NAME = 'staging-notify.works-ftp'
LETTERS_PDF_BUCKET_NAME = 'staging-letters-pdf'