Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MergePolicies (0.08 seconds)

  1. cmd/iam.go

    // policies which exist on MinIO corresponding to the input.
    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() {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 76.5K bytes
    - Click Count (0)
Back to Top