s3list

0.2.4 • Public • Published

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

Package Sidebar

Install

npm i s3list

Weekly Downloads

9

Version

0.2.4

License

none

Last publish

Collaborators

  • tellnes