mirror of https://gitee.com/xiaonuobase/snowy
【修复】oss桶重复判断,感谢码云L-Y-Q通过PR指出
parent
8c413dbd53
commit
02c616d024
|
@ -81,7 +81,7 @@ public class DevFileAliyunUtil {
|
|||
/* endpoint */
|
||||
String endpoint = devConfigApi.getValueByKey(SNOWY_FILE_ALIYUN_END_POINT_KEY);
|
||||
|
||||
if(ObjectUtil.isEmpty(accessKeySecret)) {
|
||||
if(ObjectUtil.isEmpty(endpoint)) {
|
||||
throw new CommonException("阿里云文件操作客户端未正确配置:endpoint为空");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue