We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdef7d2 commit dd4cb86Copy full SHA for dd4cb86
api-s3-datatypes.go
@@ -332,6 +332,12 @@ type ListObjectPartsResult struct {
332
NextPartNumberMarker int
333
MaxParts int
334
335
+ // ChecksumAlgorithm will be CRC32, CRC32C, etc.
336
+ ChecksumAlgorithm string
337
+
338
+ // ChecksumType is FULL_OBJECT or COMPOSITE (assume COMPOSITE when unset)
339
+ ChecksumType string
340
341
// Indicates whether the returned list of parts is truncated.
342
IsTruncated bool
343
ObjectParts []ObjectPart `xml:"Part"`
0 commit comments