We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83fee97 + e2fb5f3 commit f43b743Copy full SHA for f43b743
django/thunderstore/core/settings.py
@@ -665,7 +665,7 @@ def show_debug_toolbar(request: HttpRequest) -> bool:
665
PACKAGE_FILE_STORAGE = "thunderstore.core.storage.MirroredS3Storage"
666
MODPACK_FILE_STORAGE = "thunderstore.core.storage.MirroredS3Storage"
667
SCHEMA_FILE_STORAGE = "thunderstore.core.storage.MirroredS3Storage"
668
- BLOB_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
+ BLOB_FILE_STORAGE = "thunderstore.core.storage.MirroredS3Storage"
669
670
# Storage Defaults
671
DEFAULT_FILE_STORAGE = get_storage_class_or_stub(DEFAULT_FILE_STORAGE)
0 commit comments