Add a new CORS policy rule to the object storage bucket. The rule is appended to any existing rules.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Object storage bucket identifier
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"fb5e5168-4281-4bec-94c5-0d1584e9e657"
HTTP methods allowed by this CORS rule. At least one method is required. GET - read objects. PUT - upload objects. POST - create objects. DELETE - remove objects. HEAD - retrieve object metadata.
1GET, PUT, POST, DELETE, HEAD ["GET", "PUT"]Origins allowed by this CORS rule. Use "*" to allow all origins. Maximum 100 origins.
1 - 100 elements1 - 250["https://example.com"]HTTP headers allowed in CORS requests. Maximum 100 headers.
1001 - 250["Content-Type"]Default Response
Confirmation message
"CORS policy created"