Skip to content

andrewrk/node-plan-s3-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See node-plan.

See also node-plan-s3-upload.

input

  • s3Url - s3 path to download
  • makeTemp - a function which generates a tempfile and accepts a suffix

output

  • tempPath - path to the temp file where the s3 file was saved

options

  • s3Key
  • s3Secret
  • s3Bucket

exports

  • bucket - copied directly from options

Testing

S3_KEY=<valid_s3_key> S3_SECRET=<valid_s3_secret> S3_BUCKET=<valid_s3_bucket> npm test

About

node-plan plugin for downloading files from s3

Resources

Stars

Watchers

Forks

Packages

No packages published