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.
2 parents d13d726 + 966e50c commit b9ba86cCopy full SHA for b9ba86c
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
// 所有接口的入参和出参
@@ -1627,8 +1634,6 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
1627
1634
Body: UploadBody;
1628
1635
/** 要上传分片内容大小 */
1629
1636
ContentLength?: number;
1630
- /** 服务端加密算法 */
1631
- ServerSideEncryption?: string;
1632
1637
1633
1638
/** multipartUpload 接口返回值 */
1639
interface MultipartUploadResult extends GeneralResult {
0 commit comments