Last active
April 29, 2019 05:59
-
-
Save vanduc1102/a0939bf364a2c4e6bfd1a656c27a88e5 to your computer and use it in GitHub Desktop.
Gooogle Cloud Storage CORS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"origin": [ | |
"*" | |
], | |
"responseHeader": [ | |
"*" | |
], | |
"method": [ | |
"*" | |
], | |
"maxAgeSeconds": 3600 | |
}] |
gsutil cors get gs://bucket-name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.