Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCRCMeta (0.89 sec)

  1. cmd/bucket-replication.go

    	if len(objInfo.Checksum) > 0 {
    		// Add encrypted CRC to metadata for SSE-C objects.
    		if isSSEC {
    			meta[ReplicationSsecChecksumHeader] = base64.StdEncoding.EncodeToString(objInfo.Checksum)
    		} else {
    			cs, mp := getCRCMeta(objInfo, 0, nil)
    			// Set object checksum.
    			maps.Copy(meta, cs)
    			isMP = mp
    			if !objInfo.isMultipart() && cs[xhttp.AmzChecksumType] == xhttp.AmzChecksumTypeFullObject {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118K bytes
    - Viewed (0)
Back to top