0.2.4 • Published 10 years ago

s3list v0.2.4

Weekly downloads
39
License
-
Repository
github
Last release
10 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

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

13 years ago

0.1.0

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago