Library that handle file upload on a cloud storage.
node install --save voilab-object-storage
This library expose 3 simple functions to upload files from different sources:
- uploadFromUri()
- uploadFromPath()
- uploadFromBuffer()
And 2 others to access files in a container:
- getFiles()
- getFile()
If you want to know more about this library, just have a look at the code. There is nothing very tricky. Don't hesitate to post a ticket or a pull request to improve it.
This code is released under the MIT License (MIT)