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

Commit

Permalink
fix: STORAGES changes reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Oct 6, 2023
1 parent 01d15d6 commit 09bc633
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions analyticsdataserver/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@
LMS_USER_ACCOUNT_BASE_URL = 'http://lms-host'

# Default the django-storage settings so we can test easily
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 09bc633

Please sign in to comment.