Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CHECKED (0.42 sec)

  1. cmd/object-handlers.go

    		// to error out if source and destination are same.
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidCopyDest), r.URL)
    		return
    	}
    
    	// After we've checked for an invalid copy (above), if a server-side checksum type
    	// is requested, we need to read the source to recompute the checksum.
    	if dstOpts.WantServerSideChecksumType.IsSet() {
    		srcInfo.metadataOnly = false
    	}
    
    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