Part
A container for information about a part of a multipart upload.
Properties
Name | Description | Required | Type |
---|---|---|---|
ChecksumCRC32 | The Base64 encoded, 32-bit CRC32 checksum of the object. This checksum is only present if the checksum was uploaded with the object. | No | string |
ChecksumCRC32C | The Base64 encoded, 32-bit CRC32C checksum of the object. This checksum is only present if the checksum was uploaded with the object. | No | string |
ChecksumCRC64NVME | The Base64 encoded, 64-bit CRC64NVME checksum of the object. This checksum is only present if the checksum was uploaded with the object. | No | string |
ChecksumSHA1 | The Base64 encoded, 160-bit SHA1 digest of the object. This checksum is only present if the checksum was uploaded with the object. | No | string |
ChecksumSHA256 | The Base64 encoded, 256-bit SHA256 digest of the object. This checksum is only present if the checksum was uploaded with the object. | No | string |
ETag | Entity tag returned when the part was uploaded | Yes | string |
PartNumber | Part number identifying the part | Yes | integer |