Amazon S3 API · Schema

PutBucketTaggingRequest

Cloud StorageObject StorageStorage

Properties

Name Type Description
Tagging object
View JSON Schema on GitHub

JSON Schema

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