Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for preference (0.03 sec)

  1. cmd/erasure-object.go

    			if err == nil {
    				actualSize = int64(decSize)
    			}
    		default:
    			actualSize = n
    		}
    	}
    	// If ServerSideChecksum is wanted for this object, it takes precedence
    	// over opts.WantChecksum.
    	if opts.WantServerSideChecksumType.IsSet() {
    		serverSideChecksum := r.RawServerSideChecksumResult()
    		if serverSideChecksum != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 80.4K bytes
    - Viewed (0)
  2. cmd/erasure-multipart.go

    // signified by the input uploadID. This is an atomic operation
    // doesn't require clients to initiate multiple such requests.
    //
    // All parts are purged from all disks and reference to the uploadID
    // would be removed from the system, rollback is not possible on this
    // operation.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 47.3K bytes
    - Viewed (0)
Back to top