Amazon S3 API · Schema

MultipartUpload

Container for the MultipartUpload for the Amazon S3 object.

Cloud StorageObject StorageStorage

Properties

Name Type Description
UploadId object
Key object
Initiated object
StorageClass object
Owner object
Initiator object
ChecksumAlgorithm object
View JSON Schema on GitHub

JSON Schema

s3-multipartupload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MultipartUpload",
  "type": "object",
  "properties": {
    "UploadId": {},
    "Key": {},
    "Initiated": {},
    "StorageClass": {},
    "Owner": {},
    "Initiator": {},
    "ChecksumAlgorithm": {}
  },
  "description": "Container for the <code>MultipartUpload</code> for the Amazon S3 object."
}