Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wrapinfo (0.17 sec)

  1. cmd/admin-handlers-users.go

    			}
    			if err = json.Unmarshal(data, &grpInfos); err != nil {
    				writeErrorResponseJSON(ctx, w, importErrorWithAPIErr(ctx, ErrAdminConfigBadJSON, err, allGroupsFile, ""), r.URL)
    				return
    			}
    			for group, grpInfo := range grpInfos {
    				// Check if group already exists
    				if _, gerr := globalIAMSys.GetGroupDescription(group); gerr != nil {
    					// If group does not exist, then check if the group has beginning and end space characters
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
Back to top