Configure CORS settings for storage bucket
Configure Cross-Origin Resource Sharing (CORS) settings for your storage bucket to control browser access to your files.
This endpoint requires authentication via API key.
Array of allowed origins (e.g., [“https://example.com”, “https://app.example.com”])
Array of allowed HTTP methods (default: [“GET”, “POST”, “PUT”, “DELETE”])
Array of allowed headers (default: [”*”])
Maximum age for preflight cache in seconds (default: 3600)
Retrieve the current CORS configuration for your storage bucket.
Indicates if the request was successful