Delete CORS configuration

Describes how to delete the Cross-Origin Resource Sharing (CORS) configuration set for your bucket.

CORS allows a client web application on one domain to interact with resources in a different domain.

This operation can be performed using mc commands or AWS S3 CLI commands.

Using the CLI

Use the mc cors remove command to delete the CORS configuration for your bucket.

Or you can use the AWS S3 CLI command to perform this task. See delete-bucket-cors.