0.0.6 • Published 6 years ago
cafs-s3store v0.0.6
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 theaws-sdkpackagebucket: The name of the bucket to use for each operationlog: Custom log function, should behave likeconsole.log
Debugging
Debug-logs are done by the excellent debug package. Just set DEBUG=cafs:s3store to see debug
logs of cafs-s3store.