- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for notifyForUser (0.3 sec)
-
cmd/iam.go
func (sys *IAMSys) CurrentPolicies(policyName string) string { if !sys.Initialized() { return "" } policies, _ := sys.store.MergePolicies(policyName) return policies } func (sys *IAMSys) notifyForUser(ctx context.Context, accessKey string, isTemp bool) { // Notify all other MinIO peers to reload user. if !sys.HasWatcher() { for _, nerr := range globalNotificationSys.LoadUser(ctx, accessKey, isTemp) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:00:45 UTC 2025 - 76.5K bytes - Viewed (0)