Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Egerer (0.16 sec)

  1. cmd/admin-handlers-users.go

    				// 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
    					// we will reject such group names.
    					if errors.Is(gerr, errNoSuchGroup) && hasSpaceBE(group) {
    						writeErrorResponseJSON(ctx, w, importErrorWithAPIErr(ctx, ErrAdminResourceInvalidArgument, gerr, allGroupsFile, group), r.URL)
    						return
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 77.3K bytes
    - Viewed (0)
Back to top