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 3ac3f94 commit 966e50cCopy full SHA for 966e50c
index.d.ts
@@ -336,6 +336,13 @@ declare namespace COS {
336
/** 发请求时带上的 Header 字段 */
337
Headers?: Headers;
338
tracker?: any;
339
+ /** 加密相关 */
340
+ ServerSideEncryption?: string;
341
+ SSECustomerAlgorithm?: string;
342
+ SSECustomerKey?: string;
343
+ SSECustomerKeyMD5?: string;
344
+ SSEKMSKeyId?: string;
345
+ SSEContext?: string;
346
}
347
348
// 所有接口的入参和出参
@@ -1620,8 +1627,6 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
1620
1627
Body: UploadBody;
1621
1628
/** 要上传分片内容大小 */
1622
1629
ContentLength?: number;
1623
- /** 服务端加密算法 */
1624
- ServerSideEncryption?: string;
1625
1630
1626
1631
/** multipartUpload 接口返回值 */
1632
interface MultipartUploadResult extends GeneralResult {
0 commit comments