mirror of https://gitee.com/xiaonuobase/snowy
【优化】更新iss中提到的minio内配置提示语错误优化
parent
88a1ca21bd
commit
722c5e9e2c
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue