This command displays the CORS configuration of a view that exposes an S3 bucket.
Usage
view show-s3cors-configuration --id ID
Required Parameters
| The ID of the view for which to display the CORS configuration. |
Example
+------+------------------------+-----------------+-----------------+----------------------------------+-----------------+
| ID | Allowed-origins | Allowed-methods | Allowed-headers | Expose-headers | Max-age-seconds |
+------+------------------------+-----------------+-----------------+----------------------------------+-----------------+
| 1759 | ['http://example.com'] | ['GET', 'HEAD'] | ['Content-MD5'] | ['x-amz-server-side-encryption'] | 3600 |
| 1760 | ['*'] | ['DELETE'] | [] | [] | None |
+------+------------------------+-----------------+-----------------+----------------------------------+-----------------+