0.1.4 • Published 7 years ago

voilab-object-storage v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Voilab Object Storage

Library that handle file upload on a cloud storage.

Installation

node install --save voilab-object-storage

Usage

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()

Check the code

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.

Licence

This code is released under the MIT License (MIT)

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago