node-file-storage

1.0.0 • Public • Published

storage

A common storage for local file storage and cloud

#Usage

const storage = new Storage(process.env.NODE_ENV === 'localhost' ? 'local': 's3');

const dirList = await storage.list({path: '/'})

Readme

Keywords

Package Sidebar

Install

npm i node-file-storage

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.2 kB

Total Files

6

Last publish

Collaborators

  • karthickvalentino