Amazon S3 · Schema

CORSConfiguration

Describes the cross-origin access configuration for objects in an Amazon S3 bucket.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
CORSRule array
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-cors-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CORSConfiguration",
  "type": "object",
  "description": "Describes the cross-origin access configuration for objects in an Amazon S3 bucket.",
  "properties": {
    "CORSRule": {
      "type": "array"
    }
  }
}