mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-16 21:33:40 +00:00
feat: 删除oss创建桶配置
This commit is contained in:
@@ -68,7 +68,7 @@ public class OssClient {
|
||||
}
|
||||
this.client = build.build();
|
||||
|
||||
createBucket();
|
||||
// createBucket();
|
||||
} catch (Exception e) {
|
||||
if (e instanceof OssException) {
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user