Skip to content

Commit

Permalink
Pull Request form Actions By refs/heads/develop (#27)
Browse files Browse the repository at this point in the history
* ci(CI&CD): 🎡 upgrade CI

* ci(CI&CD): 🎡 cI

* feat(new feature): ✨ cI

* feat(CI&CD): ✨ cI

* ci(CI&CD): 🎡 cI

* ci(CI&CD): 🎡 update version

* Pull Request form Actions By refs/heads/develop (#22)

* ci(CI&CD): 🎡 upgrade CI

* ci(CI&CD): 🎡 cI

* feat(new feature): ✨ cI

* feat(CI&CD): ✨ cI

* ci(CI&CD): 🎡 cI

---------

Co-authored-by: guozichun <[email protected]>

* Pull Request form Actions By refs/heads/changeset-release/main (#25)

* ci(CI&CD): 🎡 cI

* rekase(new feature): ✨ cI

* releaseCI&CD): ✨ cI

* ci(CI&CD): 🎡 cI

* fix(bug fix): 🐛 ci

* ci(CI&CD): 🎡 cI

* update version

---------

Co-authored-by: guozichun <[email protected]>

* ci(CI&CD): 🎡 cI

* feat(new feature): ✨ cI

* feat(CI&CD): ✨ cI

* ci(refactor): 🎡 upgrade action version

* fix(bug fix): 🐛 fix params options use

* docs(CI&CD): 📝 update doc

---------

Co-authored-by: guozichun <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and guotingchao authored Apr 24, 2024
1 parent 728ed56 commit 38c5474
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dry-snails-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

fix some problem for cos options
2 changes: 1 addition & 1 deletion src/@cardbrother/tencent-cloud-sdk/cos/cos.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class CosProvider extends CosAbstructClient implements ICosProvider {
return await new Promise((resolve, reject) => {
this.cosInstance.getObjectUrl(
{
Region: this.baseCosOption.Region,
...this.baseCosOption,
...(options as GetObjectUrlParams),
},
(err: COS.CosError, data: COS.GetObjectUrlResult) => {
Expand Down

0 comments on commit 38c5474

Please sign in to comment.