Skip to content

Commit 9098367

Browse files
committed
fix: 补充 d.ts
1 parent 7f3e4d7 commit 9098367

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,6 +1299,10 @@ declare namespace COS {
12991299
StorageClass?: StorageClass;
13001300
/** 上传文件时计算文件内容 md5 并设置为文件 x-cos-meta-md5 元数据 Header 字段 */
13011301
UploadAddMetaMd5?: boolean;
1302+
Callback?: string;
1303+
CallbackVar?: string;
1304+
ReturnBody?: string;
1305+
PicOperations?: string;
13021306
/** 包括用户自定义元数据头部后缀和用户自定义元数据信息,将作为对象元数据保存,大小限制为2KB,注意:用户自定义元数据信息支持下划线(_),但用户自定义元数据头部后缀不支持下划线,仅支持减号(-) */
13031307
'x-cos-meta-*'?: string;
13041308
/** 任务开始上传的回调方法 */
@@ -1788,6 +1792,10 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
17881792
GrantFullControl?: Grant;
17891793
/** 对象存储类型。枚举值 STANDARD | STANDARD_IA | ARCHIVE | DEEP_ARCHIVE | INTELLIGENT_TIERING | MAZ_STANDARD | MAZ_STANDARD_IA | MAZ_INTELLIGENT_TIERING @see https://cloud.tencent.com/document/product/436/33417 */
17901794
StorageClass?: StorageClass;
1795+
Callback?: string;
1796+
CallbackVar?: string;
1797+
ReturnBody?: string;
1798+
PicOperations?: string;
17911799
/** 包括用户自定义元数据头部后缀和用户自定义元数据信息,将作为对象元数据保存,大小限制为2KB,注意:用户自定义元数据信息支持下划线(_),但用户自定义元数据头部后缀不支持下划线,仅支持减号(-) */
17921800
'x-cos-meta-*'?: string;
17931801
/** 任务开始上传的回调方法 */

0 commit comments

Comments
 (0)