Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for repStatMatch (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 26.1K bytes
    - Click Count (0)
Back to Top