Skip to content

Commit 13429b6

Browse files
authored
Fixed typo in CORS:Google Cloud Shell command (#30)
1 parent 4364d30 commit 13429b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmtiles/cloud-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ S3 CORS Configuration:
109109

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

115115
#### CORS: gsutil tool

0 commit comments

Comments
 (0)