ncloud_put_bucket_cors
Define CORS rules for a Ncloud Storage bucket to manage cross-origin requests. Specify allowed origins, HTTP methods, headers, and caching for preflight responses.
Instructions
Set CORS (Cross-Origin Resource Sharing) configuration for a Ncloud Storage bucket. Defines which origins, methods, and headers are allowed for cross-origin requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| corsRules | Yes | Array of CORS rules to apply to the bucket | |
| bucketName | Yes | Name of the bucket to set CORS configuration for |