Return CORS configuration information

Describes how to return 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 get command to return the CORS configuration information for your bucket.

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