mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-07 00:37:33 +00:00
Merge pull request #212 from MuSan-Li/feature_20250927_fix_oss_logic
feat: 删除oss创建桶配置
This commit is contained in:
@@ -240,9 +240,9 @@ springdoc:
|
|||||||
# persistAuthorization: true
|
# persistAuthorization: true
|
||||||
info:
|
info:
|
||||||
# 标题
|
# 标题
|
||||||
title: '标题:RuoYi-Vue-Plus多租户管理系统_接口文档'
|
title: '标题:ruoyi-ai 接口文档'
|
||||||
# 描述
|
# 描述
|
||||||
description: ' 用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...'
|
description: ''
|
||||||
# 版本
|
# 版本
|
||||||
version: '版本号: ${ruoyi.version}'
|
version: '版本号: ${ruoyi.version}'
|
||||||
# 作者信息
|
# 作者信息
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ public class OssClient {
|
|||||||
}
|
}
|
||||||
this.client = build.build();
|
this.client = build.build();
|
||||||
|
|
||||||
createBucket();
|
// createBucket();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
if (e instanceof OssException) {
|
if (e instanceof OssException) {
|
||||||
throw e;
|
throw e;
|
||||||
|
|||||||
Reference in New Issue
Block a user