Amazon S3 API · JSON Structure

S3 Multipartupload Structure

Container for the MultipartUpload for the Amazon S3 object.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Multipartupload Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "MultipartUpload",
  "type": "object",
  "description": "Container for the <code>MultipartUpload</code> for the Amazon S3 object.",
  "fields": [
    {
      "name": "UploadId",
      "type": "string"
    },
    {
      "name": "Key",
      "type": "string"
    },
    {
      "name": "Initiated",
      "type": "string"
    },
    {
      "name": "StorageClass",
      "type": "string"
    },
    {
      "name": "Owner",
      "type": "string"
    },
    {
      "name": "Initiator",
      "type": "string"
    },
    {
      "name": "ChecksumAlgorithm",
      "type": "string"
    }
  ]
}