From 1b2fd2485d4f03f8fa1021e2d0efbe4c138cdeb1 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Wed, 26 Feb 2025 21:24:44 +0330 Subject: [PATCH] public read for meadia storage --- backend/core/storages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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