Amazon S3 API · Schema

Initiator

Container element that identifies who initiated the multipart upload.

Cloud StorageObject StorageStorage

Properties

Name Type Description
ID object
DisplayName object
View JSON Schema on GitHub

JSON Schema

s3-initiator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Initiator",
  "type": "object",
  "properties": {
    "ID": {},
    "DisplayName": {}
  },
  "description": "Container element that identifies who initiated the multipart upload. "
}