Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for repStatMatch (0.07 sec)

  1. cmd/bucket-replication-utils.go

    	repStatMatches := replStatusRegex.FindAllStringSubmatch(ri.ReplicationStatusInternal, -1)
    	for _, repStatMatch := range repStatMatches {
    		if len(repStatMatch) != 3 {
    			return status
    		}
    		if repStatMatch[1] == arn {
    			return replication.StatusType(repStatMatch[2])
    		}
    	}
    	return status
    }
    
    // TargetReplicationStatus - returns replication status of a target
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 26.1K bytes
    - Viewed (0)
Back to top