Files

40 lines
858 B
YAML
Raw Permalink Normal View History

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:
2026-02-09 23:11:18 +08:00
name: remote-auto-complete
vModel: value
2026-02-09 23:11:18 +08:00
type: access
typeName: alioss
action: onGetRegionList
required: true
bucket:
title: Bucket
helper: 存储桶名称
required: true
2026-02-09 23:11:18 +08:00
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