Configures Cross-Origin Resource Sharing (CORS) rules for an S3 bucket, allowing web applications from specified domains to access bucket resources directly from browsers.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Unique identifier for the storage instance
Name of the S3 bucket to configure CORS for
CORS configuration for the bucket
List of allowed origins for CORS requests
[
"https://example.com",
"https://app.example.com",
"*"
]