Skip to content

Commit f43b743

Browse files
authored
Merge pull request #926 from thunderstore-io/fix-storage-settings
Configure blob storage to use the mirrored storage
2 parents 83fee97 + e2fb5f3 commit f43b743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/thunderstore/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def show_debug_toolbar(request: HttpRequest) -> bool:
665665
PACKAGE_FILE_STORAGE = "thunderstore.core.storage.MirroredS3Storage"
666666
MODPACK_FILE_STORAGE = "thunderstore.core.storage.MirroredS3Storage"
667667
SCHEMA_FILE_STORAGE = "thunderstore.core.storage.MirroredS3Storage"
668-
BLOB_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
668+
BLOB_FILE_STORAGE = "thunderstore.core.storage.MirroredS3Storage"
669669

670670
# Storage Defaults
671671
DEFAULT_FILE_STORAGE = get_storage_class_or_stub(DEFAULT_FILE_STORAGE)

0 commit comments

Comments
 (0)