feat: 【破坏性更新】插件改为metadata加载模式,plugin-cert、plugin-lib包部分代码转移到certd-server中,影响自定义插件,需要修改相关import引用

ssh、aliyun、tencent、qiniu、oss等 access和client需要转移import
This commit is contained in:
xiaojunnuo
2025-12-31 17:01:37 +08:00
parent 9c26598831
commit a3fb24993d
312 changed files with 14321 additions and 597 deletions
@@ -0,0 +1,53 @@
name: s3
title: s3/minio授权
desc: S3/minio oss授权
icon: mdi:folder-upload-outline
input:
endpoint:
title: endpoint
component:
placeholder: http://xxxxxx:9000
name: a-input
vModel: value
helper: Minio的地址,如果是aws s3 则无需填写
required: false
accessKeyId:
title: accessKeyId
component:
placeholder: accessKeyId
helper: accessKeyId
required: true
secretAccessKey:
title: secretAccessKey
component:
placeholder: secretAccessKey
component:
name: a-input
vModel: value
helper: secretAccessKey
encrypt: true
required: true
region:
title: 地区
value: us-east-1
component:
name: a-input
vModel: value
helper: region
required: true
bucket:
title: 存储桶
component:
name: a-input
vModel: value
helper: bucket 名称
required: true
testRequest:
title: 测试
component:
name: api-test
action: TestRequest
helper: 点击测试接口是否正常
pluginType: access
type: builtIn
scriptFilePath: ../../../plugins/plugin-lib/s3/access.js