From 0dac430d20bed9cf319ca720e36c61cd7ff871d0 Mon Sep 17 00:00:00 2001 From: Drew Breunig Date: Tue, 27 Aug 2024 21:03:51 -0700 Subject: [PATCH] Update cloud-storage.md (#50) Update R2 CORS configuration via the R2 website --- pmtiles/cloud-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmtiles/cloud-storage.md b/pmtiles/cloud-storage.md index a597094..b1c7d42 100644 --- a/pmtiles/cloud-storage.md +++ b/pmtiles/cloud-storage.md @@ -35,7 +35,7 @@ Storage services usually bill by number of GET requests and the total number of * R2 supports HTTP/2. -* R2 CORS must be configured through a command-line utility like the `aws` tool: +* R2 CORS can be configured through a command-line utility, like the `aws` tool, or from your S2 bucket's "Settings" tab's "CORS Policy" section: ```json title="cors_rules.json" {