From f7a39a7c1bfacb050ac76afa45c88f5b1a2a7543 Mon Sep 17 00:00:00 2001
From: Thomas Bidot-naude <thomas.bidotnaude@gmail.com>
Date: Sun, 26 Sep 2021 13:58:39 +0200
Subject: [PATCH] Solve public permission files on AWS

---
 aws/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aws/conf.py b/aws/conf.py
index b1e0ea4..0553c51 100644
--- a/aws/conf.py
+++ b/aws/conf.py
@@ -53,4 +53,5 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/'
 MEDIA_ROOT = 'media'
 
 # ACL for public read
+AWS_DEFAULT_ACL = "public-read"
 ACL = 'public-read'
-- 
GitLab