fix: removing s3boto storage backend. (#31876)

* fix: removing s3boto storage backend
This commit is contained in:
Awais Qureshi
2023-03-13 13:32:19 +05:00
committed by GitHub
parent a4ee38dc39
commit 2ae2fbd4f5
5 changed files with 15 additions and 30 deletions

View File

@@ -105,7 +105,7 @@ class DjangoStorageReportStoreS3TestCase(MockS3Boto3Mixin, ReportStoreTestMixin,
storage.
"""
test_settings = copy.deepcopy(settings.GRADES_DOWNLOAD)
test_settings['STORAGE_CLASS'] = 'storages.backends.s3boto.S3BotoStorage'
test_settings['STORAGE_CLASS'] = 'storages.backends.s3boto3.S3Boto3Storage'
test_settings['STORAGE_KWARGS'] = {
'bucket': settings.GRADES_DOWNLOAD['BUCKET'],
'location': settings.GRADES_DOWNLOAD['ROOT_PATH'],