0.0.5 • Published 8 years ago

ember-deploy-cloudfiles v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ember-deploy-cloudfiles

npm.io

This is the cloudfiles-adapter implementation to use cloudfiles with ember-deploy.

This is an unapologetic clone of the s3-adapter with just enough changed to get it working.

TODO:

  • Better error handling
  • Check for container and create it if it doesn't already exist

Sample Usage:

In the config/deploy.js add:

assets: {
   type: 'cloudfiles',
   region: 'ORD',
   username: 'rackspace-username',
   apiKey: process.env['RACKSPACE_API_KEY'],
   container: 'sample-container'
 }