Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 523 Bytes

S3 File Cache

A simple file cache that uses s3 as the origin.

Install

$ npm install s3-file-cache --save

Downloading a Directory

var s3FileCache = require('s3-file-cache');

s3FileCache.getDir('./my-save-location','remote/directory/name','s3-bucket-name');

AWS Configuration

Refer to the AWS SDK for authenticating to AWS prior to using this plugin.

License

MIT