0.2.4 • Published 9 years ago

s3list v0.2.4

Weekly downloads
39
License
-
Repository
github
Last release
9 years ago

S3list

S3list makes it easy to stream files in an S3 bucket.

Example

var s3list = require('s3list')

var list = s3list({ key: 'AWS Access key'
                  , secret: 'AWS Access secret'
                  , bucket: 's3 bucket'
                  })

list.on('data', function(file) {
  console.log(file)
})

Install

npm install s3list

Licence

MIT

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago