Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for putReplicationOpts (0.17 sec)

  1. cmd/bucket-replication.go

    	for _, k := range []string{
    		key,
    		strings.ToLower(key),
    		http.CanonicalHeaderKey(key),
    	} {
    		v, ok := m[k]
    		if ok {
    			return v, ok
    		}
    	}
    	return "", false
    }
    
    func putReplicationOpts(ctx context.Context, sc string, objInfo ObjectInfo, partNum int) (putOpts minio.PutObjectOptions, err error) {
    	meta := make(map[string]string)
    	isSSEC := crypto.SSEC.IsEncrypted(objInfo.UserDefined)
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 06:49:55 UTC 2024
    - 116.1K bytes
    - Viewed (0)
Back to top