0.0.3 • Published 9 years ago

phormat v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

phormat

install

npm install phormat

config

s3config.json should include the following:

{
	"accessKeyId": "YOUR_S3_ACCESS_KEY_HERE",
	"secretAccessKey": "YOUR_S3_SECRET_HERE"
}

usage

var phormat = require('phormat')

// use the bucketlist to retrieve a s3 object from aws
phormat
    .bucketlist()
    .createReadStream()
    .pipe(process.stdout)
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

1.0.0

9 years ago