0.1.4 • Published 8 years ago

voilab-object-storage v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago