Amazon S3 API · Schema

OwnershipControls

The container element for a bucket's ownership controls.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Rules object
View JSON Schema on GitHub

JSON Schema

s3-ownershipcontrols-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OwnershipControls",
  "type": "object",
  "properties": {
    "Rules": {}
  },
  "required": [
    "Rules"
  ],
  "description": "The container element for a bucket's ownership controls."
}