0.0.6 • Published 4 years ago

cafs-s3store v0.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

CAFS-S3Store

A store for cafs that persists blobs on amazon S3. Open sourced with permission from innovation.rocks consulting gmbh.

API

s3store(options)

Options:

  • s3: Properly configured S3 instance, see the aws-sdk package
  • bucket: The name of the bucket to use for each operation
  • log: Custom log function, should behave like console.log

Debugging

Debug-logs are done by the excellent debug package. Just set DEBUG=cafs:s3store to see debug logs of cafs-s3store.

0.0.6

4 years ago

0.2.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.1.0

6 years ago

0.0.3

6 years ago