Amazon S3 API · Schema

ObjectPart

A container for elements related to an individual part.

Cloud StorageObject StorageStorage

Properties

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

JSON Schema

s3-objectpart-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectPart",
  "type": "object",
  "properties": {
    "PartNumber": {},
    "Size": {},
    "ChecksumCRC32": {},
    "ChecksumCRC32C": {},
    "ChecksumSHA1": {},
    "ChecksumSHA256": {}
  },
  "description": "A container for elements related to an individual part."
}