- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for IsMultipartComposite (0.17 seconds)
-
internal/hash/checksum.go
func (c ChecksumType) FullObjectRequested() bool { return c&(ChecksumFullObject) == ChecksumFullObject || c.Is(ChecksumCRC64NVME) } // IsMultipartComposite returns true if the checksum is multipart and full object was not requested. func (c ChecksumType) IsMultipartComposite() bool { return c.Is(ChecksumMultipart) && !c.FullObjectRequested() } // ObjType returns a string to return as x-amz-checksum-type.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 22 14:15:21 GMT 2025 - 18.3K bytes - Click Count (0)