Skip to content

Instantly share code, notes, and snippets.

@aubricus
Created April 23, 2017 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aubricus/9694fdee40f501632027abbaffce9e4f to your computer and use it in GitHub Desktop.
Save aubricus/9694fdee40f501632027abbaffce9e4f to your computer and use it in GitHub Desktop.
Example Heroku compatible S3 CORS.json config
{
"CORSRules": [
{
"AllowedOrigins": ["*.herokuapp.com"],
"AllowedHeaders": ["Authorization"],
"AllowedMethods": ["GET"],
"MaxAgeSeconds": 3000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment