Home > rackspace-cloudfiles-loader

rackspace-cloudfiles-loader

Rackspace-cloudfiles-loader is a project mainly written in Python, it's free.

Sample code for loading data into the Rackspace cloudfiles api

Sample code associated with my block post at http://mikethetechie.com/post/6975966936/controlling-the-environment-cloud-control-apis To use, you'll need to copy secrets.py.dist as secrets.py and fill in your Rackspace account and API key.

openstack-load.py is a command-line driven utility that loads files to Rackspace cloud or potentially other openstack "Swift" (storage) compatible cloud providers. Useful for copying all the static files from your website to the Rackspace cloudfiles CDN.

To load files, create a .sh file something like push_to_cdn.sh

Previous:mayaSpiegel