Amazon S3 · JSON Structure

Amazon S3 Rest Complete Multipart Upload Result Structure

Type: object Properties: 8
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

CompleteMultipartUploadResult is a JSON Structure definition published by Amazon S3, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Location Bucket Key ETag ChecksumCRC32 ChecksumCRC32C ChecksumSHA1 ChecksumSHA256

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CompleteMultipartUploadResult",
  "type": "object",
  "properties": {
    "Location": {
      "type": "string"
    },
    "Bucket": {
      "type": "string"
    },
    "Key": {
      "type": "string"
    },
    "ETag": {
      "type": "string"
    },
    "ChecksumCRC32": {
      "type": "string"
    },
    "ChecksumCRC32C": {
      "type": "string"
    },
    "ChecksumSHA1": {
      "type": "string"
    },
    "ChecksumSHA256": {
      "type": "string"
    }
  }
}