Bucket CORS
Last updated
[
{
"AllowedOrigins": ["https://example.com"],
"AllowedMethods": ["GET"],
"AllowedHeaders": ["*"],
"MaxAgeSeconds": 3000
}
][
{
"AllowedOrigins": ["https://example.com", "https://anotherdomain.com"],
"AllowedMethods": ["GET", "POST", "DELETE"],
"AllowedHeaders": ["Authorization", "Content-Type"],
"ExposeHeaders": ["x-amz-request-id", "x-amz-id-2"],
"MaxAgeSeconds": 3600
}
]