leftshifters / knox-uploader

file uploader to S3 using Knox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

knox-uploader Build Status

Upload to Amazon S3 using knox

Getting Started

Install the module with: npm install knox-uploader

var knox_uploader = require('knox-uploader');
knox_uploader.awesome(); // "awesome"

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2014 Prama
Licensed under the MIT license.

About

file uploader to S3 using Knox

License:MIT License


Languages

Language:JavaScript 100.0%