Amazon S3 API · Schema

PutBucketPolicyRequest

Cloud StorageObject StorageStorage

Properties

Name Type Description
Policy object
View JSON Schema on GitHub

JSON Schema

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