Skip to content

Commit

Permalink
Dev/2.12.3 (#180)
Browse files Browse the repository at this point in the history
* feat: 新增cov命令

* fix: 补充d.ts

* feat: 补充ci智能语音和云查毒接口

* fix: 修复Body类型

* fix: 更新依赖库版本

* upd: version

* fix: 恢复版本

* upd: 新增单测

* upd: 新增单测

* upd: 新增单测

* upd: 新增单测

* upd: 补充单测

* upd: 补充单测

* upd: 补充单测

* feat: uploadSliceItem透传headers

* upd: 补充单测

* upd: 补充单测

* upd: 更好xml2js

* feat: 默认关闭FollowRedirect

* upd: 补充图片处理、存储桶配置、文档处理、文件处理nodejs sdk (merge request !3)

Squash merge branch 'dev/xueyunzhou' into 'master'
upd: 补充图片处理、存储桶配置、文档处理、文件处理nodejs sdk

* fix: 更新XMLParser配置

* fix: 更新XMLParser配置

* fix: 优化d.ts

* feat: 优化万象demo (merge request !4)

Squash merge branch 'dev/demo' into 'master'

* feat: 更新依赖

* fix: 优化单测

* fix: 修复分块复制headers不正确

---------

Co-authored-by: zhouxueyun <[email protected]>
  • Loading branch information
livehigh and zhouxueyun authored Jul 27, 2023
1 parent 0eb98f1 commit 9deb7b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cos-nodejs-sdk-v5",
"version": "2.12.2",
"version": "2.12.3",
"description": "cos nodejs sdk v5",
"main": "index.js",
"types": "index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion sdk/advance.js
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,6 @@ function sliceCopyFile(params, callback) {
params.PartList = list;
})();

var TargetHeader;
if (params.Headers['x-cos-metadata-directive'] === 'Replaced') {
TargetHeader = params.Headers;
} else {
Expand Down

0 comments on commit 9deb7b8

Please sign in to comment.