as3

1.0.1 • Public • Published

as3

Build Status Code Climate Code Coverage npm Version JS Standard

Async aws s3 client

Installation

$ npm install as3 --save

Usage

'use strict'
 
const as3 = require('as3')
const co = require('co')
 
co(function * () {
  let client = as3({
    accessKeyId: 'your_access_key_id',
    secretAccessKey: 'your_secret_access_key',
    endpoint: 's3-ap-northeast-1.amazonaws.com'
  })
  yield client.uploadDir('./shared/public')
})
 

License

This software is released under the MIT License.

Links

Readme

Keywords

none

Package Sidebar

Install

npm i as3

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi