Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for saveIAMConfig (0.15 sec)

  1. cmd/iam-store.go

    		return err
    	}
    
    	if iamFmt.Version >= iamFormatVersion1 {
    		// Nothing to do.
    		return nil
    	}
    
    	bootstrapTraceMsg("Write IAM format file")
    	// Save iam format to version 1.
    	return store.saveIAMConfig(ctx, newIAMFormatVersion1(), path)
    }
    
    func getGroupInfoPath(group string) string {
    	return pathJoin(iamConfigGroupsPrefix, group, iamGroupMembersFile)
    }
    
    func getPolicyDocPath(name string) string {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
Back to top