Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for filterPolicies (0.27 sec)

  1. cmd/iam-store.go

    		if bucketName == "" || v.Policy.MatchResource(bucketName) {
    			ret[k] = v
    		}
    	}
    	return ret, nil
    }
    
    // helper function - does not take locks.
    func filterPolicies(cache *iamCache, policyName string, bucketName string) (string, policy.Policy) {
    	var policies []string
    	mp := newMappedPolicy(policyName)
    	var toMerge []policy.Policy
    	for _, policy := range mp.toSlice() {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 87.1K bytes
    - Viewed (0)
Back to top