Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sheugh (0.18 sec)

  1. cmd/bucket-replication.go

    	for _, tgtArn := range tgtArns {
    		opts.TargetArn = tgtArn
    		replicate = rcfg.Replicate(opts)
    		// when incoming delete is removal of a delete marker(a.k.a versioned delete),
    		// GetObjectInfo returns extra information even though it returns errFileNotFound
    		if gerr != nil {
    			validReplStatus := false
    			switch oi.TargetReplicationStatus(tgtArn) {
    			case replication.Pending, replication.Completed, replication.Failed:
    				validReplStatus = true
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  2. cmd/site-replication.go

    		// parsing it back), use minio-go's add rule function, and
    		// finally convert it back to the server type (again via xml).
    		// This is needed as there is no add-rule function in the server
    		// yet.
    
    		// Though we do not check if the rule already exists, this is
    		// not a problem as we are always using the same replication
    		// rule ID - if the rule already exists, it is just replaced.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
Back to top