Skip to content

Commit 0d9fd27

Browse files
committed
fix: correct endpoint
1 parent 84710a2 commit 0d9fd27

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

examples/cf-workers/wrangler.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,25 @@ secret_access_key = "minioadmin"
4141
allowed_roles = []
4242
anonymous_access = true
4343
backend_type = "s3"
44+
backend_prefix = "harvard-lil/"
4445
name = "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"
4950
region = "us-west-2"
5051
skip_signature = "true"
5152

5253
[[vars.PROXY_CONFIG.buckets]]
5354
allowed_roles = ["github-actions"]
5455
anonymous_access = false
5556
backend_type = "s3"
57+
backend_prefix = "cholmes/"
5658
name = "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"
6163
region = "us-east-1"
6264
skip_signature = "true"
6365

0 commit comments

Comments
 (0)