- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for RawServerSideChecksumResult (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/object-api-utils.go
return &PutObjReader{Reader: rawReader, rawReader: rawReader} } // RawServerSideChecksumResult returns the ServerSideChecksumResult from the // underlying rawReader, since the PutObjReader might be encrypted data and // thus any checksum from that would be incorrect. func (p *PutObjReader) RawServerSideChecksumResult() *hash.Checksum { if p.rawReader != nil { return p.rawReader.ServerSideChecksumResult }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Jun 25 15:08:54 GMT 2025 - 37.3K bytes - Click Count (0)