Skip to content

Commit

Permalink
Fixed typo in CORS:Google Cloud Shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeafreezy authored Mar 2, 2024
1 parent 4364d30 commit 6460c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmtiles/cloud-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ S3 CORS Configuration:

```
echo '[{"maxAgeSeconds": 300, "method": ["GET", "HEAD"], "origin": ["https://example.com"], "responseHeader": ["range","etag","if-match"]}]' > cors.json
gsutil cors set gcors.json gs://my-bucket-name
gsutil cors set cors.json gs://my-bucket-name
```

#### CORS: gsutil tool
Expand Down

0 comments on commit 6460c7a

Please sign in to comment.