diff --git a/src/main/java/com/yohann/ocihelper/enums/OciCfgEnum.java b/src/main/java/com/yohann/ocihelper/enums/OciCfgEnum.java index e5f9492..6984dc1 100644 --- a/src/main/java/com/yohann/ocihelper/enums/OciCfgEnum.java +++ b/src/main/java/com/yohann/ocihelper/enums/OciCfgEnum.java @@ -16,11 +16,11 @@ public enum OciCfgEnum { /** * OCI配置 */ - OCI_CFG_USER_ID("user", "用户id"), - OCI_CFG_TENANT_ID("tenancy", "租户id"), + OCI_CFG_USER_ID("userId", "用户id"), + OCI_CFG_TENANT_ID("tenantId", "租户id"), OCI_CFG_REGION("region", "区域"), OCI_CFG_FINGERPRINT("fingerprint", "指纹"), - OCI_CFG_KEY_FILE("key_file", "密钥文件全路径"), + OCI_CFG_KEY_FILE("key_path", "密钥文件全路径"), ; private String type;