!244 【轻量级Pr】修正oss日志错误

Merge pull request !244 from 陈賝/dev
This commit is contained in:
疯狂的狮子Li 2022-11-07 09:01:46 +00:00 committed by Gitee
commit 93c4cc2cd1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -116,7 +116,7 @@ public class OssClient {
try {
client.deleteObject(properties.getBucketName(), path);
} catch (Exception e) {
throw new OssException("上传文件失败,请检查配置信息:[" + e.getMessage() + "]");
throw new OssException("删除文件失败,请检查配置信息:[" + e.getMessage() + "]");
}
}