File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ var config = {
14
14
allowPrefix : '_ALLOW_DIR_/*' ,
15
15
// 简单上传和分片,需要以下的权限,其他权限列表请看 https://cloud.tencent.com/document/product/436/14048
16
16
allowActions : [
17
+ // 所有 action 请看文档 https://cloud.tencent.com/document/product/436/31923
18
+ // 简单上传
17
19
'name/cos:PutObject' ,
20
+ // 分片上传
18
21
'name/cos:InitiateMultipartUpload' ,
19
22
'name/cos:ListMultipartUploads' ,
20
23
'name/cos:ListParts' ,
Original file line number Diff line number Diff line change 12
12
'region ' => 'ap-guangzhou ' , // 换成 bucket 所在园区
13
13
'durationSeconds ' => 1800 , // 密钥有效期
14
14
'allowPrefix ' => '* ' , // 必填,这里改成允许的路径前缀,这里可以根据自己网站的用户登录态判断允许上传的目录,例子:* 或者 a/* 或者 a.jpg
15
- // 密钥的权限列表。简单上传和分片需要以下的权限,其他权限列表请看 https://cloud.tencent.com/document/product/436/14048
15
+ // 密钥的权限列表
16
16
'allowActions ' => array (
17
+ // 所有 action 请看文档 https://cloud.tencent.com/document/product/436/31923
17
18
// 简单上传
18
19
'name/cos:PutObject ' ,
19
20
// 分片上传
You can’t perform that action at this time.
0 commit comments