Amazon S3 · Schema

CompleteMultipartUpload

The container for the completed multipart upload request.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Part array
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-complete-multipart-upload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CompleteMultipartUpload",
  "type": "object",
  "description": "The container for the completed multipart upload request.",
  "properties": {
    "Part": {
      "type": "array"
    }
  }
}