CompletedPart
Details of the parts that were uploaded.
Properties
Name | Description | Required | Type |
---|---|---|---|
ChecksumCRC32 | The Base64 encoded, 32-bit CRC32 checksum of the part. This checksum is present if the multipart upload request was created with the CRC32 checksum algorithm | No | string |
ChecksumCRC32C | The Base64 encoded, 32-bit CRC32C checksum of the part. This checksum is present if the multipart upload request was created with the CRC32C checksum algorithm | No | string |
ChecksumCRC64NVME | The Base64 encoded, 64-bit CRC64NVME checksum of the part. This checksum is present if the multipart upload request was created with the CRC64NVME checksum algorithm | No | string |
ChecksumSHA1 | The Base64 encoded, 160-bit SHA1 checksum of the part. This checksum is present if the multipart upload request was created with the SHA1 checksum algorithm | No | string |
ChecksumSHA256 | The Base64 encoded, 256-bit SHA256 checksum of the part. This checksum is present if the multipart upload request was created with the SHA256 checksum algorithm | No | string |
ETag | Entity tag returned when the part was uploaded | No | string |
PartNumber | Part number that identifies the part. This is a positive integer between 1 and 10,000. For CompleteMultipartUpload, when a checksum algorithm is used, the part numbers must start at 1 and be consecutive | No | integer |