Amazon S3 API · Schema

AccessControlPolicy

Contains the elements that set the ACL permissions for an object per grantee.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Grants object
Owner object
View JSON Schema on GitHub

JSON Schema

s3-accesscontrolpolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccessControlPolicy",
  "type": "object",
  "properties": {
    "Grants": {},
    "Owner": {}
  },
  "description": "Contains the elements that set the ACL permissions for an object per grantee."
}