Tessel Camera S3 Module
I found uploading images from the tessel camera kind of annoying, so I a made a wrapper to simplify the process. This module wraps the knox client, and makes use of its putBuffer call.
It adds a larger footprint than I would have liked (~1.8mb), so I might swap out the library in the future.
I am very open to suggestions on improving this. Maybe a smaller library or some clarifying? I don't know.
Installing:
npm install tessel-camera-s3
Pre-requisites:
An Amazon AWS account with an s3 key, secret, and bucket.
Example Usage:
var uploadImage = ; camera;