Skip to content

voilab/voilab-object-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Library that handle file upload on a cloud storage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published