Skip to content

Commit d13d726

Browse files
committed
fix: upd d.ts
1 parent 3ac3f94 commit d13d726

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.d.ts

+14
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,13 @@ declare namespace COS {
13091309
PicOperations?: string;
13101310
/** 包括用户自定义元数据头部后缀和用户自定义元数据信息,将作为对象元数据保存,大小限制为2KB,注意:用户自定义元数据信息支持下划线(_),但用户自定义元数据头部后缀不支持下划线,仅支持减号(-) */
13111311
'x-cos-meta-*'?: string;
1312+
/** 加密相关 */
1313+
ServerSideEncryption?: string;
1314+
SSECustomerAlgorithm?: string;
1315+
SSECustomerKey?: string;
1316+
SSECustomerKeyMD5?: string;
1317+
SSEKMSKeyId?: string;
1318+
SSEContext?: string;
13121319
/** 任务开始上传的回调方法 */
13131320
onTaskReady?: (TaskId: COS.TaskId) => void;
13141321
onTaskStart?: (TaskInfo: COS.Task) => void;
@@ -1802,6 +1809,13 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
18021809
PicOperations?: string;
18031810
/** 包括用户自定义元数据头部后缀和用户自定义元数据信息,将作为对象元数据保存,大小限制为2KB,注意:用户自定义元数据信息支持下划线(_),但用户自定义元数据头部后缀不支持下划线,仅支持减号(-) */
18041811
'x-cos-meta-*'?: string;
1812+
/** 加密相关 */
1813+
ServerSideEncryption?: string;
1814+
SSECustomerAlgorithm?: string;
1815+
SSECustomerKey?: string;
1816+
SSECustomerKeyMD5?: string;
1817+
SSEKMSKeyId?: string;
1818+
SSEContext?: string;
18051819
/** 任务开始上传的回调方法 */
18061820
onTaskReady?: (TaskId: COS.TaskId) => void;
18071821
onTaskStart?: (TaskInfo: COS.Task) => void;

0 commit comments

Comments
 (0)