- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for issuer (0.03 sec)
-
cmd/erasure-object.go
} } if opts.DeletePrefix { if opts.Expiration.Expire { // Expire all versions expiration must still verify the state() on disk // via a getObjectInfo() call as follows, any read quorum issues we // must not proceed further for safety reasons. attempt a MRF heal // while we see such quorum errors. goi, _, gerr := er.getObjectInfoAndQuorum(ctx, bucket, object, opts) if gerr != nil && goi.Name == "" {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 80.4K bytes - Viewed (0) -
cmd/object-multipart-handlers.go
} } checksumType := hash.NewChecksumHeader(r.Header) if checksumType.Is(hash.ChecksumInvalid) { writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidChecksum), r.URL) return } else if checksumType.IsSet() && !checksumType.Is(hash.ChecksumTrailing) { opts.WantChecksum = &hash.Checksum{Type: checksumType} } if opts.WantChecksum != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 39.5K 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 {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0)