qiniu / nodejs-sdk

Qiniu Resource (Cloud) Storage SDK for Node.js
586 stars 190 forks source link

Refactor some code & add some test cases #350

Closed helloyou2012 closed 4 years ago

helloyou2012 commented 4 years ago
  1. compute block count with Math.ceil
  2. add putStream test
  3. add cancel putBucketQuota test
  4. cover with nyc
  5. useCache refactor
bachue commented 4 years ago

Thanks for the PR