Amazon S3 API · Schema

CORSConfiguration

Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing in the Amazon S3 User Guide.

Cloud StorageObject StorageStorage

Properties

Name Type Description
CORSRules object
View JSON Schema on GitHub

JSON Schema

s3-corsconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CORSConfiguration",
  "type": "object",
  "properties": {
    "CORSRules": {}
  },
  "required": [
    "CORSRules"
  ],
  "description": "Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html\">Enabling Cross-Origin Resource Sharing</a> in the <i>Amazon S3 User Guide</i>."
}