get-bucket-cors

Gets the CORS rules configuration for a bucket.

Usage

get-bucket-cors --bucket <value>

Supported Options

--bucket: Bucket name

Example

aws s3api get-bucket-cors --endpoint http://<hostname>:<port_number> --profile testuser1 --bucket example_bucket

Loading...