ember-deploy-cloudfiles

0.0.5 • Public • Published

ember-deploy-cloudfiles

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'
 }

Readme

Keywords

Package Sidebar

Install

npm i ember-deploy-cloudfiles

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • joshua.schniper