Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addClient (0.04 seconds)

  1. cmd/site-replication.go

    		}
    	}
    
    	addedCount := 0
    	var (
    		peerAddErr error
    		admClient  *madmin.AdminClient
    	)
    
    	for _, v := range sites {
    		if v.self {
    			continue
    		}
    		switch {
    		case currDeploymentIDsSet.Contains(v.DeploymentID):
    			admClient, err = c.getAdminClient(ctx, v.DeploymentID)
    		default:
    			admClient, err = getAdminClient(v.Endpoint, v.AccessKey, v.SecretKey)
    		}
    		if err != nil {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top