Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ListPolicies (0.05 seconds)

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

  1. cmd/admin-handlers-users.go

    	objectAPI, _ := validateAdminReq(ctx, w, r, policy.ListUserPoliciesAdminAction)
    	if objectAPI == nil {
    		return
    	}
    
    	bucket := mux.Vars(r)["bucket"]
    	policies, err := globalIAMSys.ListPolicies(ctx, bucket)
    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    		return
    	}
    
    	newPolicies := make(map[string]policy.Policy)
    	for name, p := range policies {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 90.6K bytes
    - Click Count (0)
Back to Top