We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca9467 commit 01bcfa2Copy full SHA for 01bcfa2
2 files changed
hypha/settings/base.py
@@ -635,7 +635,7 @@
635
os.makedirs(os.path.join(MEDIA_ROOT, FILE_FORM_UPLOAD_DIR), exist_ok=True)
636
# Store temporary files on S3 too (files are still uploaded to local filesystem first)
637
if env.str("AWS_STORAGE_BUCKET_NAME", None):
638
- FILE_FORM_TEMP_STORAGE = PRIVATE_FILE_STORAGE
+ FILE_FORM_TEMP_STORAGE = "hypha.storage_backends.PrivateMediaStorage"
639
640
641
# Misc settings
hypha/settings/example.py
0 commit comments