Amazon S3 API · Schema

IndexDocument

Container for the Suffix element.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Suffix object
View JSON Schema on GitHub

JSON Schema

s3-indexdocument-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IndexDocument",
  "type": "object",
  "properties": {
    "Suffix": {}
  },
  "required": [
    "Suffix"
  ],
  "description": "Container for the <code>Suffix</code> element."
}