chetanddesai / s3-file-cache

A simple file cache that uses s3 as the origin.
MIT License
0 stars 1 forks source link

Support for downloading individual files #2

Open chetanddesai opened 8 years ago

chetanddesai commented 8 years ago

Extend the API to support s3FileCache.getFile. This would use the downloadFile API on the s3 node module.