fix: removing s3boto storage backend. (#31876)
* fix: removing s3boto storage backend
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user