diff --git a/lms/envs/aws.py b/lms/envs/aws.py index 136f311a5d..08150c9acd 100644 --- a/lms/envs/aws.py +++ b/lms/envs/aws.py @@ -70,6 +70,7 @@ SECRET_KEY = AUTH_TOKENS['SECRET_KEY'] AWS_ACCESS_KEY_ID = AUTH_TOKENS["AWS_ACCESS_KEY_ID"] AWS_SECRET_ACCESS_KEY = AUTH_TOKENS["AWS_SECRET_ACCESS_KEY"] +AWS_STORAGE_BUCKET_NAME = 'edxuploads' DATABASES = AUTH_TOKENS['DATABASES'] diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index ea70ac2910..36378c24e5 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -20,9 +20,9 @@