mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: add default_acl in S3 options in documentation
This commit is contained in:
parent
6db3032bdb
commit
064473c816
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ STORAGES = {
|
||||||
"secret_key": "yyy",
|
"secret_key": "yyy",
|
||||||
"bucket_name": "umap-pictograms",
|
"bucket_name": "umap-pictograms",
|
||||||
"endpoint_url": "http://127.0.0.1:9000",
|
"endpoint_url": "http://127.0.0.1:9000",
|
||||||
|
"default_acl": "public-read",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -65,6 +66,7 @@ STORAGES = {
|
||||||
"secret_key": "yyy",
|
"secret_key": "yyy",
|
||||||
"bucket_name": "umapstatics",
|
"bucket_name": "umapstatics",
|
||||||
"endpoint_url": "http://127.0.0.1:9000",
|
"endpoint_url": "http://127.0.0.1:9000",
|
||||||
|
"default_acl": "public-read",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue