File tree 3 files changed +1069
-45
lines changed
3 files changed +1069
-45
lines changed Original file line number Diff line number Diff line change @@ -1233,6 +1233,8 @@ declare namespace COS {
1233
1233
GrantFullControl ?: Grant ,
1234
1234
/** 对象存储类型。例如 STANDARD | STANDARD_IA | ARCHIVE | DEEP_ARCHIVE | INTELLIGENT_TIERING | MAZ_STANDARD | MAZ_STANDARD_IA | MAZ_INTELLIGENT_TIERING。默认值:STANDARD */
1235
1235
StorageClass ?: StorageClass ,
1236
+ /** 上传文件时计算文件内容 md5 并设置为文件 x-cos-meta-md5 元数据 Header 字段 */
1237
+ UploadAddMetaMd5 ?: boolean ,
1236
1238
/** 包括用户自定义元数据头部后缀和用户自定义元数据信息,将作为对象元数据保存,大小限制为2KB,注意:用户自定义元数据信息支持下划线(_),但用户自定义元数据头部后缀不支持下划线,仅支持减号(-) */
1237
1239
'x-cos-meta-*' ?: string ,
1238
1240
/** 任务开始上传的回调方法 */
Original file line number Diff line number Diff line change 35
35
"express" : " ^4.16.4" ,
36
36
"jest" : " ^29.3.1" ,
37
37
"jest-environment-jsdom" : " ^29.3.1" ,
38
+ "jest-localstorage-mock" : " ^2.4.26" ,
38
39
"qcloud-cos-sts" : " ^3.0.2" ,
39
40
"request" : " ^2.87.0" ,
40
41
"terser-webpack-plugin" : " 4.2.3" ,
You can’t perform that action at this time.
0 commit comments