Skip to content

Commit

Permalink
Merge pull request #10 from zhaohang88/fix-publish
Browse files Browse the repository at this point in the history
fix-publish
  • Loading branch information
rsonghuster authored Aug 9, 2023
2 parents 3275096 + 02a0522 commit e679f11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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.18
Version: 0.0.19
Provider:
- 阿里云
Description: 使用函数计算自动解压上传到OSS指定前缀目录的zip文件
Expand Down Expand Up @@ -28,6 +28,7 @@ Parameters:
- prefix
- processedDir
- retainFileName
- triggerRoleArn
properties:
region:
title: 地域
Expand Down Expand Up @@ -110,12 +111,12 @@ Parameters:
triggerRoleArn:
title: 触发器RAM角色ARN
type: string
default: ""
default: AliyunOSSEventNotificationRole
pattern: "^acs:ram::[0-9]*:role/.*$"
description: OSS使用此角色来发送事件通知来调用函数
required: true
x-role:
name: aliyunosseventnotificationrole
name: AliyunOSSEventNotificationRole
service: OSS
authorities:
- AliyunFCInvocationAccess

0 comments on commit e679f11

Please sign in to comment.