Skip to content

Instantly share code, notes, and snippets.

@jkeefe
Last active October 25, 2023 22:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jkeefe/c3ed905305f4b62f7764d938715da56b to your computer and use it in GitHub Desktop.
Save jkeefe/c3ed905305f4b62f7764d938715da56b to your computer and use it in GitHub Desktop.
Open CORS policy for AWS S3
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"HEAD"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment