Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
fix: DEAFULT_FILE_STORAGE reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Sep 8, 2023
1 parent 64f0a29 commit ad13908
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions analyticsdataserver/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@
LMS_USER_ACCOUNT_BASE_URL = 'http://lms-host'

# Default the django-storage settings so we can test easily
STORAGES = {
**STORAGES,
"default": {
"BACKEND": 'storages.backends.s3boto3.S3Boto3Storage',
},
}
DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
AWS_ACCESS_KEY_ID = 'xxxxx'
AWS_SECRET_ACCESS_KEY = 'xxxxx'
AWS_STORAGE_BUCKET_NAME = 'fake-bucket'
Expand Down

0 comments on commit ad13908

Please sign in to comment.