Skip to content

Instantly share code, notes, and snippets.

@ravikyada
Created April 12, 2024 12:25
Show Gist options
  • Save ravikyada/7e1414aaa1b652553f01fc7bf02c7f6b to your computer and use it in GitHub Desktop.
Save ravikyada/7e1414aaa1b652553f01fc7bf02c7f6b to your computer and use it in GitHub Desktop.
CORS Policy for S3 Bucket
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"PUT",
"POST",
"GET"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [],
"MaxAgeSeconds": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment