Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for healGroupPolicies (0.07 seconds)

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

  1. cmd/site-replication.go

    		c.healGroups(ctx, objAPI, group, info)
    	}
    	for user := range info.UserStats {
    		c.healUserPolicies(ctx, objAPI, user, info)
    	}
    	for group := range info.GroupStats {
    		c.healGroupPolicies(ctx, objAPI, group, info)
    	}
    
    	return nil
    }
    
    // heal iam policies present on this site to peers, provided current cluster has the most recent update.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top