apps/ente/config/bucket-cors-policy.json

17 lines
313 B
JSON
Raw Normal View History

2024-11-22 18:57:43 +00:00
{
"CORSRules": [
{
"AllowedOrigins": ["*"],
2024-11-22 18:57:43 +00:00
"AllowedMethods": ["GET", "PUT", "POST"],
"AllowedHeaders": ["*"],
2024-11-22 18:57:43 +00:00
"ExposeHeaders": [
"x-amz-server-side-encryption",
"x-amz-request-id",
"x-amz-id-2",
"ETag"
],
"MaxAgeSeconds": 600
}
]
}