Skip to content

chetanddesai/s3-file-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple file cache that uses s3 as the origin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published