Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

view show-s3cors-configuration

Prev Next

This command displays the CORS configuration of a view that exposes an S3 bucket.

Usage

view show-s3cors-configuration --id ID

Required Parameters

--id ID

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            |
+------+------------------------+-----------------+-----------------+----------------------------------+-----------------+