Files
certd/packages/ui/certd-server/metadata/access_alioss.yaml
xiaojunnuo b30cb5d7dc v1.38.9
2026-02-09 23:11:18 +08:00

40 lines
858 B
YAML

name: alioss
title: 阿里云OSS授权
desc: 包含地域和Bucket
icon: ant-design:aliyun-outlined
input:
accessId:
title: 阿里云授权
component:
name: access-selector
vModel: modelValue
type: aliyun
helper: 请选择阿里云授权
required: true
region:
title: 大区
component:
name: remote-auto-complete
vModel: value
type: access
typeName: alioss
action: onGetRegionList
required: true
bucket:
title: Bucket
helper: 存储桶名称
required: true
component:
name: remote-auto-complete
vModel: value
type: access
action: onGetBucketList
search: false
pager: false
watches:
- accessId
- region
pluginType: access
type: builtIn
scriptFilePath: /plugins/plugin-lib/aliyun/access/alioss-access.js