【优化】更新iss中提到的minio内配置提示语错误优化

pull/150/head
小诺 2023-08-05 22:50:50 +08:00 committed by 俞宝山
parent 88a1ca21bd
commit 722c5e9e2c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class DevFileMinIoUtil {
String endpoint = devConfigApi.getValueByKey(SNOWY_FILE_MINIO_END_POINT_KEY);
if(ObjectUtil.isEmpty(endpoint)) {
throw new CommonException("MINIO文件操作客户端未正确配置secretKey为空");
throw new CommonException("MINIO文件操作客户端未正确配置endpoint为空");
}
/* 默认BucketName */