mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
feat: 【破坏性更新】插件改为metadata加载模式,plugin-cert、plugin-lib包部分代码转移到certd-server中,影响自定义插件,需要修改相关import引用
ssh、aliyun、tencent、qiniu、oss等 access和client需要转移import
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user