Amazon S3 API · Schema

PutBucketCorsRequest

Cloud StorageObject StorageStorage

Properties

Name Type Description
CORSConfiguration object
View JSON Schema on GitHub

JSON Schema

s3-putbucketcorsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PutBucketCorsRequest",
  "type": "object",
  "properties": {
    "CORSConfiguration": {}
  },
  "required": [
    "CORSConfiguration"
  ]
}