Amazon S3 API · Schema

GetObjectAttributesParts

A collection of parts associated with a multipart upload.

Cloud StorageObject StorageStorage

Properties

Name Type Description
TotalPartsCount object
PartNumberMarker object
NextPartNumberMarker object
MaxParts object
IsTruncated object
Parts object
View JSON Schema on GitHub

JSON Schema

s3-getobjectattributesparts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetObjectAttributesParts",
  "type": "object",
  "properties": {
    "TotalPartsCount": {},
    "PartNumberMarker": {},
    "NextPartNumberMarker": {},
    "MaxParts": {},
    "IsTruncated": {},
    "Parts": {}
  },
  "description": "A collection of parts associated with a multipart upload."
}