Amazon S3 · JSON Structure

Amazon S3 Rest Complete Multipart Upload Structure

Type: object Properties: 1
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

Part

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CompleteMultipartUpload",
  "type": "object",
  "properties": {
    "Part": {
      "type": "array"
    }
  }
}