From dbf6ee706203b64177ff28e52274b8f7385e361a Mon Sep 17 00:00:00 2001 From: Bidot-Naude Thomas <thomas.bidotnaude@student-cs.fr> Date: Wed, 9 Jun 2021 18:56:44 +0200 Subject: [PATCH] Add context_sheet for visits V4 --- aws/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws/conf.py b/aws/conf.py index e7bf2e4..b1e0ea4 100644 --- a/aws/conf.py +++ b/aws/conf.py @@ -51,3 +51,6 @@ MEDIA_URL = 'https://' + AWS_S3_CUSTOM_DOMAIN + 'media/' # Direct the MEDIA_ROOT to the media/ directory inside the bucket MEDIA_ROOT = 'media' + +# ACL for public read +ACL = 'public-read' -- GitLab