- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for basque (0.03 sec)
-
cmd/erasure-multipart.go
if pinfo == nil { continue } if maxETag != "" && pinfo.ETag == maxETag { found = pinfo break } if pinfo.ETag == "" && maxPartMeta != "" && path.Base(maxPartMeta) == fmt.Sprintf("part.%d.meta", pinfo.Number) { found = pinfo break } } if found != nil && found.ETag != "" && partMetaQuorumMap[maxETag] >= readQuorum {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 47.3K bytes - Viewed (0) -
cmd/object-handlers.go
// destination object using the x-amz-checksum-algorithm header. headerChecksumType := hash.NewChecksumHeader(r.Header) if headerChecksumType.IsSet() { dstOpts.WantServerSideChecksumType = headerChecksumType.Base() srcInfo.Reader.AddServerSideChecksumHasher(headerChecksumType) dstOpts.WantChecksum = nil } else { // Check the source object for checksum.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0)