Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IsSet (0.02 sec)

  1. cmd/erasure-object.go

    			}
    		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 {
    			fi.Checksum = serverSideChecksum.AppendTo(nil, nil)
    			if opts.EncryptFn != 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/test-utils_test.go

    	// Test Server needs to start before formatting of disks.
    	// Get credential.
    	credentials := globalActiveCred
    	if !globalReplicationPool.IsSet() {
    		globalReplicationPool.Set(nil)
    	}
    	testServer.Obj = objLayer
    	testServer.rawDiskPaths = disks
    	testServer.Disks = mustGetPoolEndpoints(0, disks...)
    	testServer.AccessKey = credentials.AccessKey
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 77K bytes
    - Viewed (0)
Back to top