chore: add default_acl in S3 options in documentation

This commit is contained in:
Yohan Boniface 2024-12-17 13:19:25 +01:00
parent 6db3032bdb
commit 064473c816

View file

@ -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",
},
},
}