Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
灵轮 committed Sep 23, 2022
1 parent 6a69292 commit 60ca66b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-unzip-oss
Version: 0.0.9
Version: 0.0.10
Provider:
- 阿里云
Description: 使用函数计算自动解压上传到OSS指定前缀目录的zip文件
Expand Down Expand Up @@ -67,8 +67,8 @@ Parameters:
roleArn:
title: RAM角色ARN
type: string
default: ''
pattern: '^acs:ram::[0-9]*:role/.*$'
default: ""
pattern: "^acs:ram::[0-9]*:role/.*$"
description: 应用所属的函数计算服务配置的 role, 请提前创建好对应的 role, 授信函数计算服务, 并配置好 AliyunOSSFullAccess 和 AliyunFCDefaultRolePolicy policy。
required: true
x-role:
Expand Down Expand Up @@ -106,8 +106,8 @@ Parameters:
triggerRoleArn:
title: 触发器RAM角色ARN
type: string
default: ''
pattern: '^acs:ram::[0-9]*:role/.*$'
default: ""
pattern: "^acs:ram::[0-9]*:role/.*$"
description: OSS使用此角色来发送事件通知来调用函数
required: true
x-role:
Expand Down

0 comments on commit 60ca66b

Please sign in to comment.