BucketCORS
Returns information for CORS of a specific bucket.
Columns
| Name | Type | References | Description |
| Origin | String | The list of Origins eligible to receive CORS response headers. | |
| Method | String | The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc). | |
| ResponseHeader | String | The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains. | |
| MaxAgeSeconds | Integer | The value, in seconds, to return in the Access-Control-Max-Age header used in preflight responses. | |
| Bucket | String | Name of the bucket. |