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/08/07 05:24:16 UTC

svn commit: r828207 - in /websites/staging/libcloud/trunk/content: ./ docs/storage-base-api.html

Author: buildbot
Date: Tue Aug  7 03:24:16 2012
New Revision: 828207

Log:
Staging update by buildbot for libcloud

Modified:
    websites/staging/libcloud/trunk/content/   (props changed)
    websites/staging/libcloud/trunk/content/docs/storage-base-api.html

Propchange: websites/staging/libcloud/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug  7 03:24:16 2012
@@ -1 +1 @@
-1368318
+1370106

Modified: websites/staging/libcloud/trunk/content/docs/storage-base-api.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/storage-base-api.html (original)
+++ websites/staging/libcloud/trunk/content/docs/storage-base-api.html Tue Aug  7 03:24:16 2012
@@ -130,7 +130,7 @@ more efficient then calling <code>list_c
 list to find the container you are interested in.</p>
 <h3 id="get_object">get_object</h3>
 
-<p><a href="/apidocs/current/libcloud.storage.base.StorageDriver.html#get_container">driver.get_container(container_name, object_name)</a><br />
+<p><a href="/apidocs/current/libcloud.storage.base.StorageDriver.html#get_object">driver.get_object(container_name, object_name)</a><br />
 <strong>Description</strong>: Return an <code>Object</code> instance. Similar to the <code>get_container</code>
 this method is also useful if you know the name of the object and the container
 holding this object and you want to perform operations on it.</p>