knox-steroids

0.2.7 • Public • Published

knox-steroids

Last version Build Status Dependency status Dev Dependencies Status NPM Status Gittip

A S3 knox library with steroids.

Install

npm install knox-steroids --save

Usage

var knoxSteroids = require('knox-steroids');
var S3Client = new knoxSteroids({
  key: 'yourkey',
  secret: 'yoursecretkey',
  bucket: 'yourbucket'
});

API

The same knox methods and:

  • .listFiles
  • .deleteFolders
  • .deleteFolder
  • .isEmpty
  • .putGzipFile
  • .putJSON
  • .putGzip
  • .getGzip
  • .getJSONGzipped
  • .getJSON

License

MIT © Kiko Beats

Readme

Keywords

Package Sidebar

Install

npm i knox-steroids

Weekly Downloads

0

Version

0.2.7

License

MIT

Last publish

Collaborators

  • kikobeats