Amazon S3 API · Schema

CompletedPart

Details of the parts that were uploaded.

Cloud StorageObject StorageStorage

Properties

Name Type Description
ETag object
ChecksumCRC32 object
ChecksumCRC32C object
ChecksumSHA1 object
ChecksumSHA256 object
PartNumber object
View JSON Schema on GitHub

JSON Schema

s3-completedpart-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CompletedPart",
  "type": "object",
  "properties": {
    "ETag": {},
    "ChecksumCRC32": {},
    "ChecksumCRC32C": {},
    "ChecksumSHA1": {},
    "ChecksumSHA256": {},
    "PartNumber": {}
  },
  "description": "Details of the parts that were uploaded."
}