Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReplicateObject (0.46 sec)

  1. cmd/bucket-replication.go

    	if !reflect.DeepEqual(compareMeta1, compareMeta2) {
    		return replicateMetadata
    	}
    
    	return replicateNone
    }
    
    // replicateObject replicates the specified version of the object to destination bucket
    // The source object is then updated to reflect the replication status.
    func replicateObject(ctx context.Context, ri ReplicateObjectInfo, objectAPI ObjectLayer) {
    	var replicationStatus replication.StatusType
    	defer func() {
    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