file_overwrite = False

This commit is contained in:
Parsa Nazer
2025-10-21 10:59:25 +03:30
parent 1617ed29a2
commit fed32e78c5
+2 -1
View File
@@ -3,4 +3,5 @@ from storages.backends.s3boto3 import S3Boto3Storage
class MediaStorage(S3Boto3Storage):
location = 'media'
default_acl = 'public-read'
default_acl = 'public-read'
file_overwrite = False