File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1309,6 +1309,13 @@ declare namespace COS {
1309
1309
PicOperations ?: string ;
1310
1310
/** 包括用户自定义元数据头部后缀和用户自定义元数据信息,将作为对象元数据保存,大小限制为2KB,注意:用户自定义元数据信息支持下划线(_),但用户自定义元数据头部后缀不支持下划线,仅支持减号(-) */
1311
1311
'x-cos-meta-*' ?: string ;
1312
+ /** 加密相关 */
1313
+ ServerSideEncryption ?: string ;
1314
+ SSECustomerAlgorithm ?: string ;
1315
+ SSECustomerKey ?: string ;
1316
+ SSECustomerKeyMD5 ?: string ;
1317
+ SSEKMSKeyId ?: string ;
1318
+ SSEContext ?: string ;
1312
1319
/** 任务开始上传的回调方法 */
1313
1320
onTaskReady ?: ( TaskId : COS . TaskId ) => void ;
1314
1321
onTaskStart ?: ( TaskInfo : COS . Task ) => void ;
@@ -1802,6 +1809,13 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
1802
1809
PicOperations ?: string ;
1803
1810
/** 包括用户自定义元数据头部后缀和用户自定义元数据信息,将作为对象元数据保存,大小限制为2KB,注意:用户自定义元数据信息支持下划线(_),但用户自定义元数据头部后缀不支持下划线,仅支持减号(-) */
1804
1811
'x-cos-meta-*' ?: string ;
1812
+ /** 加密相关 */
1813
+ ServerSideEncryption ?: string ;
1814
+ SSECustomerAlgorithm ?: string ;
1815
+ SSECustomerKey ?: string ;
1816
+ SSECustomerKeyMD5 ?: string ;
1817
+ SSEKMSKeyId ?: string ;
1818
+ SSEContext ?: string ;
1805
1819
/** 任务开始上传的回调方法 */
1806
1820
onTaskReady ?: ( TaskId : COS . TaskId ) => void ;
1807
1821
onTaskStart ?: ( TaskInfo : COS . Task ) => void ;
You can’t perform that action at this time.
0 commit comments