diff --git a/README.md b/README.md index 6b1f890..edc1364 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Cloudflare worker allowing read access (with byte range request support) to R2 b Current public buckets managed by this repo: -* [carpark.w3s.link](https://carpark.w3s.link/) - PRODUCTION -* [carpark-staging.w3s.link](https://carpark-staging.w3s.link/) - STAGING +* [carpark-prod-0.r2.w3s.link](https://carpark-prod-0.r2.w3s.link/) - PRODUCTION +* [carpark-staging-0.r2.w3s.link](https://carpark-staging-0.r2.w3s.link/) - STAGING ## Contributing diff --git a/wrangler.toml b/wrangler.toml index 80daf5c..130bbde 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -13,7 +13,7 @@ DEBUG = "true" [env.carpark-production] account_id = "fffa4b4363a7e5250af8357087263b3a" r2_buckets = [{ binding = "BUCKET", bucket_name = "carpark-prod-0" }] -route = { pattern = "https://carpark.w3s.link/*", zone_id = "ae60d8f737317467ec666dc3851a6277" } +route = { pattern = "https://carpark-prod-0.r2.w3s.link/*", zone_id = "ae60d8f737317467ec666dc3851a6277" } [env.carpark-production.vars] DEBUG = "false" @@ -22,4 +22,4 @@ DEBUG = "false" [env.carpark-staging] account_id = "fffa4b4363a7e5250af8357087263b3a" r2_buckets = [{ binding = "BUCKET", bucket_name = "carpark-staging-0" }] -route = { pattern = "https://carpark-staging.w3s.link/*", zone_id = "ae60d8f737317467ec666dc3851a6277" } +route = { pattern = "https://carpark-staging-0.r2.w3s.link/*", zone_id = "ae60d8f737317467ec666dc3851a6277" }