cors amazon s3 code example
Example: cors amazon s3
// Place in bucket permissions - CORS
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"POST",
"PUT",
"DELETE",
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": []
}
]