Releases: dimer47/node-ovh-objectstorage
Releases · dimer47/node-ovh-objectstorage
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0
⚠️ 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
- Account
- Add more controls and error reports,
- JSDoc,
- A complete documentation is available on /doc.