Skip to content

Commit 8742a22

Browse files
committed
fix: upd d.ts
1 parent a77013a commit 8742a22

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

index.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,6 @@ declare namespace COS {
336336
/** 发请求时带上的 Header 字段 */
337337
Headers?: Headers;
338338
tracker?: any;
339-
/** 加密相关 */
340-
ServerSideEncryption?: string;
341-
SSECustomerAlgorithm?: string;
342-
SSECustomerKey?: string;
343-
SSECustomerKeyMD5?: string;
344-
SSEKMSKeyId?: string;
345-
SSEContext?: string;
346339
}
347340

348341
// 所有接口的入参和出参

0 commit comments

Comments
 (0)