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