From 064473c81612c71b0eeef838368b3aab37ba625e Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 17 Dec 2024 13:19:25 +0100 Subject: [PATCH] chore: add default_acl in S3 options in documentation --- docs/config/storage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config/storage.md b/docs/config/storage.md index aa233c92..2ccc1d71 100644 --- a/docs/config/storage.md +++ b/docs/config/storage.md @@ -46,6 +46,7 @@ STORAGES = { "secret_key": "yyy", "bucket_name": "umap-pictograms", "endpoint_url": "http://127.0.0.1:9000", + "default_acl": "public-read", }, }, "data": { @@ -65,6 +66,7 @@ STORAGES = { "secret_key": "yyy", "bucket_name": "umapstatics", "endpoint_url": "http://127.0.0.1:9000", + "default_acl": "public-read", }, }, }