Skip to content

Rackspace cloudfiles

sjlu edited this page May 29, 2012 · 4 revisions

Example

$this->load->library('cloudfiles');
$this->cloudfiles->create_container('containername');
$this->cloudfiles->create_object('containername', '/path/to/file');

You should checkout application/libraries/cloudfiles.php for a list of available functions. You will also need to edit config/cloudfiles.php in order to properly use the Cloudfiles library module.

Clone this wiki locally