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 257eddb commit a437eb6Copy full SHA for a437eb6
index.d.ts
@@ -89,7 +89,7 @@ declare namespace COS {
89
/** 当前需要用凭证的请求,需要的最小权限 */
90
type Scope = {
91
/** 需要的权限 */
92
- COSOptions: string,
+ action: string,
93
/** 操作的存储桶的名称,命名规则为 BucketName-APPID,例如 examplebucket-1250000000 */
94
bucket: Bucket,
95
/** 存储桶所在地域 @see https://cloud.tencent.com/document/product/436/6224 */
0 commit comments