We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4143302 commit 73c3864Copy full SHA for 73c3864
server/sts.php
@@ -55,7 +55,7 @@ function getTempKeys() {
55
array(
56
'action'=> array(
57
// // 这里可以从临时密钥的权限上控制前端允许的操作
58
- 'name/cos:*', // 这样写可以包含下面所有权限
+ // 'name/cos:*', // 这样写可以包含下面所有权限
59
60
// // 列出所有允许的操作
61
// // ACL 读写
0 commit comments