node-file-storage
v1.0.0
Published
A common storage for local and cloud
Readme
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: '/'})