Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for joining (0.14 sec)

  1. cmd/admin-handlers-site-replication.go

    	if objectAPI == nil {
    		return
    	}
    
    	var joinArg madmin.SRPeerJoinReq
    	if err := parseJSONBody(ctx, r.Body, &joinArg, cred.SecretKey); err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    		return
    	}
    
    	if err := globalSiteReplicationSys.PeerJoinReq(ctx, joinArg); err != nil {
    		adminLogIf(ctx, err)
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 15 09:40:39 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top