0.3.4 • Published 10 years ago

bucket-zip v0.3.4

Weekly downloads
3
License
BSD
Repository
github
Last release
10 years ago

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);
0.3.4

10 years ago

0.3.3

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago