Skip to content

Commit a437eb6

Browse files
author
wonderswang
committed
fix: 修复多余的改动
1 parent 257eddb commit a437eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ declare namespace COS {
8989
/** 当前需要用凭证的请求,需要的最小权限 */
9090
type Scope = {
9191
/** 需要的权限 */
92-
COSOptions: string,
92+
action: string,
9393
/** 操作的存储桶的名称,命名规则为 BucketName-APPID,例如 examplebucket-1250000000 */
9494
bucket: Bucket,
9595
/** 存储桶所在地域 @see https://cloud.tencent.com/document/product/436/6224 */

0 commit comments

Comments
 (0)