0.2.7 • Published 10 years ago
knox-steroids v0.2.7
knox-steroids
A S3 knox library with steroids.
Install
npm install knox-steroids --saveUsage
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