pkgCloud Blob Adapter
pkgCloud adapter for receiving upstreams. Particularly useful for handling streaming multipart file uploads from the Skipper body parser.
Installation
$ npm install skipper-pkgcloud --save
Also make sure you have skipper itself installed as your body parser. This is the default configuration in Sails as of v0.10.
Usage
req;
See pkgCloud
Contribute
To run the tests:
git clone git@github.com:urielaero/skipper-pkgcloud.gitcd skipper-pkgcloudnpm installCLOUDPROVIDER=defualtRackspace CLOUDUSERNAME=your_username CLOUDAPIKEY=your_cloudapikey, CLOUDREGION=your_cloudregion, CLOUDCONTAINER=your_container_name
Please don't check in your provider credentials :)