[
{
"AllowedOrigins": [
"https://example.com",
],
"AllowedMethods": [
"GET",
"DELETE",
"POST",
"PUT",
"HEAD"
],
"AllowedHeaders": [
"Authorization",
"x-amz-date",
"x-amz-content-sha256",
"Content-Type",
"Length",
"Content-Length",
"content-type"
],
"ExposeHeaders": [
"ETag",
"Location",
"Access-Control-Allow-Origin",
"Content-Type",
"Content-Length"
],
"MaxAgeSeconds": 3000
}
]
[
{
"AllowedOrigins": [
"https://example.com",
],
"AllowedMethods": [
"GET",
"DELETE",
"POST",
"PUT",
"HEAD"
],
"AllowedHeaders": [
"Authorization",
"x-amz-date",
"x-amz-content-sha256",
"Content-Type",
"Length",
"Content-Length",
"content-type"
],
"ExposeHeaders": [
"ETag",
"Location",
"Access-Control-Allow-Origin",
"Content-Type",
"Content-Length"
],
"MaxAgeSeconds": 3000
}
]