feat: 删除oss创建桶配置

This commit is contained in:
evo
2025-09-27 19:05:27 +08:00
parent 54e7999fe3
commit 4ac63c3268
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ public class OssClient {
}
this.client = build.build();
createBucket();
// createBucket();
} catch (Exception e) {
if (e instanceof OssException) {
throw e;