Skip to content

Releases: dimer47/node-ovh-objectstorage

v2.0.5

04 Dec 17:11
Compare
Choose a tag to compare
:sparkles: Add options to enable or disable the stringify path and ch…

…eck if exists.

v2.0.4

20 Nov 12:30
3d9d400
Compare
Choose a tag to compare

🛠 Changes

  • Add temporary download link feature for object

v2.0.3

20 Dec 15:12
daeed92
Compare
Choose a tag to compare

🛠 Changes

  • Allow use underscore on container's name.
  • Update documentation

v2.0.2

19 Dec 12:08
582ecec
Compare
Choose a tag to compare

🛠 Changes

Merge dev with master to implement :

  • Relik77 changes : Fix getObject encoding (add optionnal param encoding)
  • Add check if file exist before unlink on Object > download method.
  • Update documentation

v2.0.1

31 May 10:25
be28f19
Compare
Choose a tag to compare

🛠 Changes

  • Clean doc generation config file (disable Algolia Key)
  • Add registry publish config
  • Update README.md

v2.0

31 May 09:34
f31d8bc
Compare
Choose a tag to compare

⚠️ Warning

This version introduce some breakpoints, if you want use this version, it's recommended to refactoring all your projects.


🛠 Changes

  • Refactored code,
  • Change on file structure,
  • Removing callback functions and replacing by Promises,
  • Passed JS library in POO (Object functions replaced by Class),
  • Adding methods :
    • Account
      • All informations about account
      • Account details
      • Containers list
      • Metas management : create, update, delete, all, has, get
    • Containers
      • Check container exist
      • Methods with boolean result
      • Metas management : create, update, delete, all, has, get
    • Objects
      • Check container exist
      • Downloading
      • Programing expire object at datetime
      • Programing expire object after x seconds
      • Boolean result methods
      • Metas management : create, update, delete, all, has, get
  • Add more controls and error reports,
  • JSDoc,
  • A complete documentation is available on /doc.

v1.0.2

30 May 14:10
e34d9bd
Compare
Choose a tag to compare

Changes :

  • Upgrade to V3 OVH API
  • Add LICENCE FILE
  • Fix issues.

v1.0

07 Mar 22:47
Compare
Choose a tag to compare
Upgrade to V3 OVH Api (2/2)