Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/erasure-multipart.go

    	}
    
    	// Calculate full object size.
    	var objectSize int64
    
    	// Calculate consolidated actual size.
    	var objectActualSize int64
    
    	// Order online disks in accordance with distribution order.
    	// Order parts metadata in accordance with distribution order.
    	onlineDisks, partsMetadata = shuffleDisksAndPartsMetadataByIndex(onlineDisks, partsMetadata, fi)
    
    	// Save current erasure metadata for validation.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 47.3K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    			if srcChecksumDecrypted != nil {
    				dstOpts.WantChecksum = hash.ChecksumFromBytes(srcChecksumDecrypted)
    
    				// When an object is being copied from a source that is multipart, the destination will
    				// no longer be multipart, and thus the checksum becomes full-object instead. Since
    				// the CopyObject API does not require that the caller send us this final checksum, we need
    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