periodicjs.ext.clouduploads
v6.0.5
Published
An asset upload manager that uses pkgcloud to upload to the various cloud service providers (amazon s3, rackspace cloud files, etc)
Downloads
39
Readme
periodicjs.ext.clouduploads
An asset upload manager that uses pkgcloud to upload to the various cloud service providers (amazon s3, rackspace cloud files).
Installation
$ npm install periodicjs.ext.clouduploads
Configure
you can define your own pkgcloud provider configuration, after the extension has been installed, the extension configuration is located in content/config/extensions/periodicjs.ext.clouduploads/provider.json
Remember for Amazon S3, you have to set your bucket policy correctly.
##Development Make sure you have grunt installed
$ npm install -g grunt-cli
Then run grunt watch
$ grunt watch
For generating documentation
$ grunt doc
$ jsdoc2md controller/**/*.js index.js install.js uninstall.js > doc/api.md
##Notes
- Check out https://github.com/typesettin/periodicjs for the full Periodic Documentation