keeper-core-api icon indicating copy to clipboard operation
keeper-core-api copied to clipboard

Modularize storage backend

Open ncarlier opened this issue 8 years ago • 0 comments

Use URI to define the storage backend:

  • file:///var/opt/keeper : For local storage backend
  • s3://mybucket/mydir : For S3 storage backend
  • etc.

Create abstract backend such as: https://github.com/AbstractFS/node-abstractfs

ncarlier avatar Feb 27 '17 20:02 ncarlier