Skip to content

cymb/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage Abstraction

Attempt to provide common interface for file operations to any storage (local, cloud, etc). Intended scenario is file metadata is stored on database with actual file hosted somewhere.

Storage will support any metadata store (using Waterline) and support any file storage (using Adapter concept)

Interfaces

  • storage.auth()
  • storage.new()
  • storage.stream()
  • storage.stat()
  • storage.cp()
  • storage.rm()
  • storage.cd()
  • storage.mv()
  • storage.ls()
  • storage.mkdir()
  • storage.chmod()
  • storage.chown()
  • storage.df()

About

Storage abstraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published