- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for MatchResource (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/iam-store.go
setDefaultCannedPolicies(m) cache.iamPolicyDocsMap = m cache.updatedAt = time.Now() ret := map[string]policy.Policy{} for k, v := range m { if bucketName == "" || v.Policy.MatchResource(bucketName) { ret[k] = v.Policy } } return ret, nil } // ListPolicyDocs - fetches all policy docs from storage and updates cache as well.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 87.1K bytes - Click Count (0)