Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Main (0.02 sec)

  1. cmd/object-handlers.go

    					dstOpts.WantChecksum = nil
    				}
    			} else {
    				// S3: All copied objects without checksums and specified destination checksum algorithms
    				// automatically gain a CRC-64NVME checksum algorithm.
    				dstOpts.WantServerSideChecksumType = hash.ChecksumCRC64NVME
    				srcInfo.Reader.AddServerSideChecksumHasher(dstOpts.WantServerSideChecksumType)
    				dstOpts.WantChecksum = nil
    			}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 120.6K bytes
    - Viewed (0)
Back to top