delete-bucket-cors

Deletes the CORS rules configuration for a bucket.

Usage

delete-bucket-cors --bucket <value>

Supported Options

--bucket: Bucket name

Example

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

Loading...