Skip to content

Download a directory from an Amazon S3 bucket as zip file.

Notifications You must be signed in to change notification settings

romankagan/bucket-zip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bucket Zip

Download a directory from an Amazon S3 bucket as zip file.

Install

NPM

Usage

var BucketZip = require('bucket-files');
var bucketZip = BucketZip.connect({
  key: 's3-key',
  secret: 's3-secret',
  bucket: 'name-of-the-s3-bucket'
});

// Stream a zip file of a directory
// "res" is a node response object

bucketZip('some_dirctory_in_a_bucket').pipe(res);

About

Download a directory from an Amazon S3 bucket as zip file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%