Skip to content

Instantly share code, notes, and snippets.

@vanduc1102
Last active April 29, 2019 05:59
Show Gist options
  • Save vanduc1102/a0939bf364a2c4e6bfd1a656c27a88e5 to your computer and use it in GitHub Desktop.
Save vanduc1102/a0939bf364a2c4e6bfd1a656c27a88e5 to your computer and use it in GitHub Desktop.
Gooogle Cloud Storage CORS
[{
"origin": [
"*"
],
"responseHeader": [
"*"
],
"method": [
"*"
],
"maxAgeSeconds": 3600
}]
@vanduc1102
Copy link
Author

vanduc1102 commented Apr 2, 2019

gsutil cors set cors.json gs://bucket-name

@vanduc1102
Copy link
Author

gsutil cors get gs://bucket-name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment