ember-deploy-cloudfiles

Ember-Deploy assets-adapter for Rackspace Cloudfiles

Usage no npm install needed!

<script type="module">
  import emberDeployCloudfiles from 'https://cdn.skypack.dev/ember-deploy-cloudfiles';
</script>

README

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