diff --git a/backend/core/storages.py b/backend/core/storages.py index d9cea23..daba2f8 100644 --- a/backend/core/storages.py +++ b/backend/core/storages.py @@ -3,4 +3,5 @@ from storages.backends.s3boto3 import S3Boto3Storage class MediaStorage(S3Boto3Storage): location = 'media' - default_acl = 'public-read' \ No newline at end of file + default_acl = 'public-read' + file_overwrite = False \ No newline at end of file