Amazon S3 API · Schema

AccessControlTranslation

A container for information about access control for replicas.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Owner object
View JSON Schema on GitHub

JSON Schema

s3-accesscontroltranslation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccessControlTranslation",
  "type": "object",
  "properties": {
    "Owner": {}
  },
  "required": [
    "Owner"
  ],
  "description": "A container for information about access control for replicas."
}