You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2012/07/16 03:47:22 UTC

svn commit: r825926 [28/33] - in /websites/staging/libcloud/trunk/content: ./ apidocs/0.6.1/

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,145 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles.CloudFilesConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.c.CloudFilesConnection(<a href="libcloud.common.openstack.OpenStackBaseConnection.html">OpenStackBaseConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.cloudfiles.html">cloudfiles</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L86">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.cloudfiles.CloudFilesConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html">libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html">libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection</a></p>
+    </div>
+    <div>Base connection class for the Cloudfiles driver.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id118">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.openstack.OpenStackBaseConnection.html">OpenStackBaseConnection</a>:
+        </p>
+        <table class="children sortable" id="id119">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#morph_action">morph_action</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#base_url">base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_base_url">_get_base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_default_region">_get_default_region</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_populate_hosts_and_request_paths">_populate_hosts_and_request_paths</a></td>
+    <td><span>OpenStack uses a separate host for API calls which is only provided 
+after an initial authentication request. If we haven't made that request 
+yet, do it here. Otherwise, just return the management host.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, user_id, key, secure=True):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L96" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.openstack.OpenStackBaseConnection.html#__init__">libcloud.common.openstack.OpenStackBaseConnection.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, action, params=None, data='', headers=None, method='GET', raw=False, cdn_request=False):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L101" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.openstack.OpenStackBaseConnection.html#request">libcloud.common.openstack.OpenStackBaseConnection.request</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.c.CloudFilesRawResponse(<a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html">CloudFilesResponse</a>, <span title="libcloud.common.base.RawResponse">RawResponse</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.cloudfiles.html">cloudfiles</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L83">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html">CloudFilesResponse</a>:
+        </p>
+        <table class="children sortable" id="id117">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html#success">success</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html#parse_body">parse_body</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles.CloudFilesResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.c.CloudFilesResponse(<span title="libcloud.common.base.Response">Response</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.cloudfiles.html">cloudfiles</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L46">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.cloudfiles.CloudFilesResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html">libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id116">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html#success">success</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html#parse_body">parse_body</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L50" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L54" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,748 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.c.CloudFilesStorageDriver(<a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.cloudfiles.html">cloudfiles</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L141">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html">libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesUSStorageDriver.html">libcloud.storage.drivers.cloudfiles.CloudFilesUSStorageDriver</a></p>
+    </div>
+    <div>Base CloudFiles driver.</p>
+<p>You should never create an instance of this class directly but use US/US
+class.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id124">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#list_containers">list_containers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#list_container_objects">list_container_objects</a></td>
+    <td><span>Return a list of objects for the given container.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_container">get_container</a></td>
+    <td><span>Return a container instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_object">get_object</a></td>
+    <td><span>Return an object instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_container_cdn_url">get_container_cdn_url</a></td>
+    <td><span>Return a container CDN URL.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_object_cdn_url">get_object_cdn_url</a></td>
+    <td><span>Return a container CDN URL.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#enable_container_cdn">enable_container_cdn</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#create_container">create_container</a></td>
+    <td><span>Create a new container.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#delete_container">delete_container</a></td>
+    <td><span>Delete a container.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#download_object">download_object</a></td>
+    <td><span>Download an object to the specified destination path.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#download_object_as_stream">download_object_as_stream</a></td>
+    <td><span>Return a generator which yields object data.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#upload_object">upload_object</a></td>
+    <td><span>Upload an object.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#upload_object_via_stream">upload_object_via_stream</a></td>
+    <td><span>Upload an object using an iterator.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#delete_object">delete_object</a></td>
+    <td><span>Delete an object.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#ex_get_meta_data">ex_get_meta_data</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_get_more">_get_more</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_put_object">_put_object</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_clean_container_name">_clean_container_name</a></td>
+    <td><span>Clean container name.</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_clean_object_name">_clean_object_name</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_to_container_list">_to_container_list</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_to_object_list">_to_object_list</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_headers_to_container">_headers_to_container</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_headers_to_object">_headers_to_object</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a>:
+        </p>
+        <table class="children sortable" id="id125">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#list_containters">list_containters</a></td>
+    <td><span>Return a list of containers.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#enable_object_cdn">enable_object_cdn</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_get_object">_get_object</a></td>
+    <td><span>Call passed callback and start transfer of the object'</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_save_object">_save_object</a></td>
+    <td><span>Save object to the provided path.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_object">_upload_object</a></td>
+    <td><span>Helper function for setting common request headers and calling the 
+passed in callback which uploads an object.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_data">_upload_data</a></td>
+    <td><span>Upload data stored in a string.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_stream_data">_stream_data</a></td>
+    <td><span>Stream a data over an http connection.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_file">_upload_file</a></td>
+    <td><span>Upload a file to the server.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_get_hash_function">_get_hash_function</a></td>
+    <td><span>Return instantiated hash function for the hash type supported by the 
+provider.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a>):
+        </p>
+        <table class="children sortable" id="id126">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.list_containers">
+    
+  </a>
+  <a name="list_containers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_containers(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L154" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.list_container_objects">
+    
+  </a>
+  <a name="list_container_objects">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_container_objects(self, container):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L164" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#list_container_objects">libcloud.storage.base.StorageDriver.list_container_objects</a></div>
+    <div>Return a list of objects for the given container.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">container</td><td>Container instance (type: <code>Container</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A list of Object instances.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.get_container">
+    
+  </a>
+  <a name="get_container">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_container(self, container_name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L168" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#get_container">libcloud.storage.base.StorageDriver.get_container</a></div>
+    <div>Return a container instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">container_name</td><td>Container name. (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Container</code> instance.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.get_object">
+    
+  </a>
+  <a name="get_object">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_object(self, container_name, object_name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L181" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#get_object">libcloud.storage.base.StorageDriver.get_object</a></div>
+    <div>Return an object instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">container_name</td><td>Container name. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">object_name</td><td>Object name. (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Object</code> instance.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.get_container_cdn_url">
+    
+  </a>
+  <a name="get_container_cdn_url">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_container_cdn_url(self, container):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L195" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#get_container_cdn_url">libcloud.storage.base.StorageDriver.get_container_cdn_url</a></div>
+    <div>Return a container CDN URL.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">container</td><td>Container instance (type: <code>Container</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A CDN URL for this container.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.get_object_cdn_url">
+    
+  </a>
+  <a name="get_object_cdn_url">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_object_cdn_url(self, obj):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L211" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#get_object_cdn_url">libcloud.storage.base.StorageDriver.get_object_cdn_url</a></div>
+    <div>Return a container CDN URL.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">obj</td><td>Object instance (type: <code>Object</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">A CDN URL for this object.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.enable_container_cdn">
+    
+  </a>
+  <a name="enable_container_cdn">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    enable_container_cdn(self, container):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L215" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#enable_container_cdn">libcloud.storage.base.StorageDriver.enable_container_cdn</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.create_container">
+    
+  </a>
+  <a name="create_container">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_container(self, container_name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L226" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#create_container">libcloud.storage.base.StorageDriver.create_container</a></div>
+    <div>Create a new container.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">container_name</td><td>Container name. (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>Container</code> instance on success.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.delete_container">
+    
+  </a>
+  <a name="delete_container">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_container(self, container):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L244" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#delete_container">libcloud.storage.base.StorageDriver.delete_container</a></div>
+    <div>Delete a container.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">container</td><td>Container instance (type: <code>Container</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">True on success, False otherwise. (type: <code>bool</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.download_object">
+    
+  </a>
+  <a name="download_object">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    download_object(self, obj, destination_path, overwrite_existing=False, delete_on_failure=True):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L260" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#download_object">libcloud.storage.base.StorageDriver.download_object</a></div>
+    <div>Download an object to the specified destination path.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">obj</td><td>Object instance. (type: <code>Object</code>)</td></tr><tr><td></td><td class="fieldArg">destination_path</td><td>Full path to a file or a directory where the incoming file will be saved. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">overwrite_existing</td><td>True to overwrite an existing file, defaults to False. (type: <code>bool</code>)</td></tr><tr><td></td><td class="fieldArg">delete_on_failure</td><td>True to delete a partially downloaded file if the download was not 
+successful (hash mismatch / file size). (type: <code>bool</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">True if an object has been successfully downloaded, False otherwise. (type: <code>bool</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.download_object_as_stream">
+    
+  </a>
+  <a name="download_object_as_stream">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    download_object_as_stream(self, obj, chunk_size=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L277" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#download_object_as_stream">libcloud.storage.base.StorageDriver.download_object_as_stream</a></div>
+    <div>Return a generator which yields object data.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">obj</td><td>Object instance (type: <code>Object</code>)</td></tr><tr><td></td><td class="fieldArg">chunk_size</td><td>Optional chunk size (in bytes). (type: <code>int</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.upload_object">
+    
+  </a>
+  <a name="upload_object">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    upload_object(self, file_path, container, object_name, extra=None, verify_hash=True):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L290" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#upload_object">libcloud.storage.base.StorageDriver.upload_object</a></div>
+    <div>Upload an object.</p>
+<p>Note: This will override file with a same name if it already exists.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.upload_object_via_stream">
+    
+  </a>
+  <a name="upload_object_via_stream">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    upload_object_via_stream(self, iterator, container, object_name, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L306" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#upload_object_via_stream">libcloud.storage.base.StorageDriver.upload_object_via_stream</a></div>
+    <div>Upload an object using an iterator.</p>
+<p>If a provider supports it, chunked transfer encoding is used and you 
+don't need to know in advance the amount of data to be uploaded.</p>
+<p>Otherwise if a provider doesn't support it, iterator will be exhausted 
+so a total size for data to be uploaded can be determined.</p>
+<p>Note: Exhausting the iterator means that the whole data must be buffered
+in memory which might result in memory exhausting when uploading a very 
+large object.</p>
+<p>If a file is located on a disk you are advised to use upload_object 
+function which uses fs.stat function to determine the file size and it 
+doesn't need to buffer whole object in the memory.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">iterator</td><td>An object which implements the iterator interface. (type: <code>object</code>)</td></tr><tr><td></td><td class="fieldArg">container</td><td>Destination container. (type: <code>Container</code>)</td></tr><tr><td></td><td class="fieldArg">object_name</td><td>Object name. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">extra</td><td>(optional) Extra attributes (driver specific).
+<p>Note: This dictionary must contain a 'content_type' key which represents
+a content type of the stored object.</p> (type: <code>dict</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.delete_object">
+    
+  </a>
+  <a name="delete_object">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_object(self, obj):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L319" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.storage.base.StorageDriver.html#delete_object">libcloud.storage.base.StorageDriver.delete_object</a></div>
+    <div>Delete an object.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">obj</td><td>Object instance. (type: <code>Object</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> True on success.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.ex_get_meta_data">
+    
+  </a>
+  <a name="ex_get_meta_data">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_get_meta_data(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L334" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver._get_more">
+    
+  </a>
+  <a name="_get_more">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_more(self, last_key, value_dict):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L351" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver._put_object">
+    
+  </a>
+  <a name="_put_object">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _put_object(self, container, object_name, upload_func, upload_func_kwargs, extra=None, file_path=None, iterator=None, verify_hash=True):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L375" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver._clean_container_name">
+    
+  </a>
+  <a name="_clean_container_name">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _clean_container_name(self, name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L427" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Clean container name.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver._clean_object_name">
+    
+  </a>
+  <a name="_clean_object_name">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _clean_object_name(self, name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L448" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver._to_container_list">
+    
+  </a>
+  <a name="_to_container_list">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_container_list(self, response):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L452" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver._to_object_list">
+    
+  </a>
+  <a name="_to_object_list">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_object_list(self, response, container):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L464" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver._headers_to_container">
+    
+  </a>
+  <a name="_headers_to_container">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _headers_to_container(self, name, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L479" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver._headers_to_object">
+    
+  </a>
+  <a name="_headers_to_object">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _headers_to_object(self, name, container, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L488" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,110 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.c.CloudFilesUKConnection(<a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">CloudFilesConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.cloudfiles.html">cloudfiles</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L133">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Connection class for the Cloudfiles UK endpoint.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">CloudFilesConnection</a>:
+        </p>
+        <table class="children sortable" id="id122">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.openstack.OpenStackBaseConnection.html">OpenStackBaseConnection</a> (via <a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">CloudFilesConnection</a>):
+        </p>
+        <table class="children sortable" id="id123">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#morph_action">morph_action</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#base_url">base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_base_url">_get_base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_default_region">_get_default_region</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_populate_hosts_and_request_paths">_populate_hosts_and_request_paths</a></td>
+    <td><span>OpenStack uses a separate host for API calls which is only provided 
+after an initial authentication request. If we haven't made that request 
+yet, do it here. Otherwise, just return the management host.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,277 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.c.CloudFilesUKStorageDriver(<a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.cloudfiles.html">cloudfiles</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L515">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Cloudfiles storage driver for the UK endpoint.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a>:
+        </p>
+        <table class="children sortable" id="id130">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#list_containers">list_containers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#list_container_objects">list_container_objects</a></td>
+    <td><span>Return a list of objects for the given container.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_container">get_container</a></td>
+    <td><span>Return a container instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_object">get_object</a></td>
+    <td><span>Return an object instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_container_cdn_url">get_container_cdn_url</a></td>
+    <td><span>Return a container CDN URL.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_object_cdn_url">get_object_cdn_url</a></td>
+    <td><span>Return a container CDN URL.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#enable_container_cdn">enable_container_cdn</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#create_container">create_container</a></td>
+    <td><span>Create a new container.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#delete_container">delete_container</a></td>
+    <td><span>Delete a container.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#download_object">download_object</a></td>
+    <td><span>Download an object to the specified destination path.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#download_object_as_stream">download_object_as_stream</a></td>
+    <td><span>Return a generator which yields object data.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#upload_object">upload_object</a></td>
+    <td><span>Upload an object.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#upload_object_via_stream">upload_object_via_stream</a></td>
+    <td><span>Upload an object using an iterator.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#delete_object">delete_object</a></td>
+    <td><span>Delete an object.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#ex_get_meta_data">ex_get_meta_data</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_get_more">_get_more</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_put_object">_put_object</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_clean_container_name">_clean_container_name</a></td>
+    <td><span>Clean container name.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_clean_object_name">_clean_object_name</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_to_container_list">_to_container_list</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_to_object_list">_to_object_list</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_headers_to_container">_headers_to_container</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_headers_to_object">_headers_to_object</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a> (via <a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a>):
+        </p>
+        <table class="children sortable" id="id131">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#list_containters">list_containters</a></td>
+    <td><span>Return a list of containers.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#enable_object_cdn">enable_object_cdn</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_get_object">_get_object</a></td>
+    <td><span>Call passed callback and start transfer of the object'</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_save_object">_save_object</a></td>
+    <td><span>Save object to the provided path.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_object">_upload_object</a></td>
+    <td><span>Helper function for setting common request headers and calling the 
+passed in callback which uploads an object.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_data">_upload_data</a></td>
+    <td><span>Upload data stored in a string.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_stream_data">_stream_data</a></td>
+    <td><span>Stream a data over an http connection.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_file">_upload_file</a></td>
+    <td><span>Upload a file to the server.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_get_hash_function">_get_hash_function</a></td>
+    <td><span>Return instantiated hash function for the hash type supported by the 
+provider.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a>, <a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a>):
+        </p>
+        <table class="children sortable" id="id132">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,110 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.c.CloudFilesUSConnection(<a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">CloudFilesConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.cloudfiles.html">cloudfiles</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L125">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Connection class for the Cloudfiles US endpoint.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">CloudFilesConnection</a>:
+        </p>
+        <table class="children sortable" id="id120">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.openstack.OpenStackBaseConnection.html">OpenStackBaseConnection</a> (via <a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">CloudFilesConnection</a>):
+        </p>
+        <table class="children sortable" id="id121">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#morph_action">morph_action</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#base_url">base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_base_url">_get_base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_default_region">_get_default_region</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_populate_hosts_and_request_paths">_populate_hosts_and_request_paths</a></td>
+    <td><span>OpenStack uses a separate host for API calls which is only provided 
+after an initial authentication request. If we haven't made that request 
+yet, do it here. Otherwise, just return the management host.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSStorageDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSStorageDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSStorageDriver.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,277 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles.CloudFilesUSStorageDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.c.CloudFilesUSStorageDriver(<a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.cloudfiles.html">cloudfiles</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py#L506">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.cloudfiles.CloudFilesUSStorageDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Cloudfiles storage driver for the US endpoint.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a>:
+        </p>
+        <table class="children sortable" id="id127">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#list_containers">list_containers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#list_container_objects">list_container_objects</a></td>
+    <td><span>Return a list of objects for the given container.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_container">get_container</a></td>
+    <td><span>Return a container instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_object">get_object</a></td>
+    <td><span>Return an object instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_container_cdn_url">get_container_cdn_url</a></td>
+    <td><span>Return a container CDN URL.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#get_object_cdn_url">get_object_cdn_url</a></td>
+    <td><span>Return a container CDN URL.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#enable_container_cdn">enable_container_cdn</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#create_container">create_container</a></td>
+    <td><span>Create a new container.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#delete_container">delete_container</a></td>
+    <td><span>Delete a container.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#download_object">download_object</a></td>
+    <td><span>Download an object to the specified destination path.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#download_object_as_stream">download_object_as_stream</a></td>
+    <td><span>Return a generator which yields object data.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#upload_object">upload_object</a></td>
+    <td><span>Upload an object.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#upload_object_via_stream">upload_object_via_stream</a></td>
+    <td><span>Upload an object using an iterator.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#delete_object">delete_object</a></td>
+    <td><span>Delete an object.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#ex_get_meta_data">ex_get_meta_data</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_get_more">_get_more</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_put_object">_put_object</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_clean_container_name">_clean_container_name</a></td>
+    <td><span>Clean container name.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_clean_object_name">_clean_object_name</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_to_container_list">_to_container_list</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_to_object_list">_to_object_list</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_headers_to_container">_headers_to_container</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html#_headers_to_object">_headers_to_object</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a> (via <a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a>):
+        </p>
+        <table class="children sortable" id="id128">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#list_containters">list_containters</a></td>
+    <td><span>Return a list of containers.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#enable_object_cdn">enable_object_cdn</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_get_object">_get_object</a></td>
+    <td><span>Call passed callback and start transfer of the object'</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_save_object">_save_object</a></td>
+    <td><span>Save object to the provided path.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_object">_upload_object</a></td>
+    <td><span>Helper function for setting common request headers and calling the 
+passed in callback which uploads an object.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_data">_upload_data</a></td>
+    <td><span>Upload data stored in a string.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_stream_data">_stream_data</a></td>
+    <td><span>Stream a data over an http connection.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_upload_file">_upload_file</a></td>
+    <td><span>Upload a file to the server.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.base.StorageDriver.html#_get_hash_function">_get_hash_function</a></td>
+    <td><span>Return instantiated hash function for the hash type supported by the 
+provider.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a>, <a href="libcloud.storage.base.StorageDriver.html">StorageDriver</a>):
+        </p>
+        <table class="children sortable" id="id129">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.cloudfiles.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,93 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.cloudfiles : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.s.d.cloudfiles : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id115">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html">CloudFilesResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html">CloudFilesRawResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">CloudFilesConnection</a></td>
+    <td><span>Base connection class for the Cloudfiles driver.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html">CloudFilesUSConnection</a></td>
+    <td><span>Connection class for the Cloudfiles US endpoint.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html">CloudFilesUKConnection</a></td>
+    <td><span>Connection class for the Cloudfiles UK endpoint.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">CloudFilesStorageDriver</a></td>
+    <td><span>Base CloudFiles driver.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesUSStorageDriver.html">CloudFilesUSStorageDriver</a></td>
+    <td><span>Cloudfiles storage driver for the US endpoint.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html">CloudFilesUKStorageDriver</a></td>
+    <td><span>Cloudfiles storage driver for the UK endpoint.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.dummy.DummyFileObject.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.dummy.DummyFileObject.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.dummy.DummyFileObject.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,149 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.dummy.DummyFileObject : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.d.DummyFileObject(<span title="file">file</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.dummy.html">dummy</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L29">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.dummy.DummyFileObject">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id110">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.dummy.DummyFileObject.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.dummy.DummyFileObject.html#read">read</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.dummy.DummyFileObject.html#__len__">__len__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.dummy.DummyFileObject.html#_get_chunk">_get_chunk</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.storage.drivers.dummy.DummyFileObject.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, yield_count=5, chunk_len=10):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L30" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.dummy.DummyFileObject.read">
+    
+  </a>
+  <a name="read">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    read(self, size):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L34" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.dummy.DummyFileObject._get_chunk">
+    
+  </a>
+  <a name="_get_chunk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_chunk(self, chunk_len):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L43" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.dummy.DummyFileObject.__len__">
+    
+  </a>
+  <a name="__len__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __len__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L47" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.dummy.DummyIterator.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.dummy.DummyIterator.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.1/libcloud.storage.drivers.dummy.DummyIterator.html Mon Jul 16 01:47:12 2012
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.storage.drivers.dummy.DummyIterator : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.s.d.d.DummyIterator(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.storage.html">storage</a>.<a href="libcloud.storage.drivers.html">drivers</a>.<a href="libcloud.storage.drivers.dummy.html">dummy</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L50">View Source</a>
+      <a href="classIndex.html#libcloud.storage.drivers.dummy.DummyIterator">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id111">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.dummy.DummyIterator.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.dummy.DummyIterator.html#get_md5_hash">get_md5_hash</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.storage.drivers.dummy.DummyIterator.html#next">next</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.storage.drivers.dummy.DummyIterator.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, data=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L51" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.dummy.DummyIterator.get_md5_hash">
+    
+  </a>
+  <a name="get_md5_hash">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_md5_hash(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L56" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.storage.drivers.dummy.DummyIterator.next">
+    
+  </a>
+  <a name="next">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    next(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/dummy.py#L59" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file