File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,23 +41,25 @@ secret_access_key = "minioadmin"
4141allowed_roles = []
4242anonymous_access = true
4343backend_type = " s3"
44+ backend_prefix = " harvard-lil/"
4445name = " harvard-lil"
4546
4647[vars .PROXY_CONFIG .buckets .backend_options ]
47- bucket_name = " harvard-lil "
48- endpoint = " https://data.source.coop "
48+ bucket_name = " us-west-2.opendata.source.coop "
49+ endpoint = " https://s3.us-west-2.amazonaws.com "
4950region = " us-west-2"
5051skip_signature = " true"
5152
5253[[vars .PROXY_CONFIG .buckets ]]
5354allowed_roles = [" github-actions" ]
5455anonymous_access = false
5556backend_type = " s3"
57+ backend_prefix = " cholmes/"
5658name = " cholmes"
5759
5860[vars .PROXY_CONFIG .buckets .backend_options ]
59- bucket_name = " cholmes "
60- endpoint = " https://data.source.coop "
61+ bucket_name = " us-west-2.opendata.source.coop "
62+ endpoint = " https://s3.us-west-2.amazonaws.com "
6163region = " us-east-1"
6264skip_signature = " true"
6365
You can’t perform that action at this time.
0 commit comments