Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D5991DE91 for ; Mon, 16 Jul 2012 01:58:59 +0000 (UTC) Received: (qmail 48756 invoked by uid 500); 16 Jul 2012 01:58:59 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 48731 invoked by uid 500); 16 Jul 2012 01:58:59 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 48724 invoked by uid 99); 16 Jul 2012 01:58:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 01:58:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 01:58:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AD6BD2388F78; Mon, 16 Jul 2012 01:50:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1361884 [34/40] - /libcloud/site/trunk/content/apidocs/0.9.1/ Date: Mon, 16 Jul 2012 01:49:54 -0000 To: commits@libcloud.apache.org From: tomaz@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120716015015.AD6BD2388F78@eris.apache.org> Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.atmos.AtmosResponse.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.atmos.AtmosResponse.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.atmos.AtmosResponse.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.atmos.AtmosResponse.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,138 @@ + + + + libcloud.storage.drivers.atmos.AtmosResponse : API documentation + + + + + + +

l.s.d.a.AtmosResponse(XmlResponse) : class documentation

+

+ Part of libcloud.storage.drivers.atmos + View Source + View In Hierarchy +

+
+ +
+
Undocumented
+ + + +
+ + + + + + + + + + + + + + + + + +
MethodsuccessDetermine if our request was successful.
Methodparse_errorParse the error messages.
+ +

+ Inherited from XmlResponse: +

+ + + + + + + + + + + +
Methodparse_bodyParse response body.
+ +

+ Inherited from Response (via XmlResponse): +

+ + + + + + + + + + + + + + + + + +
Method__init__Undocumented
Method_decompress_responseDecompress a response body if it is using deflate or gzip encoding.
+ + +
+ + + + +
+ + + + + + +
+ + def + success(self): + + + (source) + +
+
+ +
Determine if our request was successful.

+

The meaning of this can be arbitrary; did we receive OK status? Did the +node get created? Were we authenticated?
ReturnsTrue or False

+
+
+ + + + + + +
+ + def + parse_error(self): + + + (source) + +
+
+ +
Parse the error messages.

+

Override in a provider's subclass.
ReturnsParsed error.

+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.atmos.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.atmos.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.atmos.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.atmos.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,95 @@ + + + + libcloud.storage.drivers.atmos : API documentation + + + + + + +

l.s.d.atmos : module documentation

+

+ Part of libcloud.storage.drivers + View Source + +

+
+ +
+
Undocumented
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FunctioncollapseUndocumented
ClassAtmosErrorUndocumented
ClassAtmosResponseUndocumented
ClassAtmosConnectionUndocumented
ClassAtmosDriverUndocumented
+ + +
+ + + + +
+ + + + + + +
+ + def + collapse(s): + + + (source) + +
+
+ +
Undocumented
+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,186 @@ + + + + libcloud.storage.drivers.cloudfiles.CloudFilesConnection : API documentation + + + + + + +

l.s.d.c.CloudFilesConnection(OpenStackBaseConnection) : class documentation

+

+ Part of libcloud.storage.drivers.cloudfiles + View Source + View In Hierarchy +

+ +
Base connection class for the Cloudfiles driver.
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method__init__Undocumented
Methodget_endpointSelects the endpoint to use based on provider specific values, or +overrides passed in by the user when setting up the driver.
MethodrequestUndocumented
Method_reset_connection_paramsUndocumented
+ +

+ Inherited from OpenStackBaseConnection: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methodadd_default_headersUndocumented
Methodmorph_action_hookUndocumented
Method_populate_hosts_and_request_pathsOpenStack uses a separate host for API calls which is only provided +after an initial authentication request.
Method_add_cache_busting_to_paramsUndocumented
+ + +
+ + + + +
+ + + + + + +
+ + def + __init__(self, user_id, key, secure=True, **kwargs): + + + (source) + +
+ +
+ + + + + + +
+ + def + get_endpoint(self, cdn_request=False): + + + (source) + +
+
+ +
Selects the endpoint to use based on provider specific values, or +overrides passed in by the user when setting up the driver.
Returnsurl of the relevant endpoint for the driver
+
+
+ + + + + + +
+ + def + request(self, action, params=None, data='', headers=None, method='GET', raw=False, cdn_request=False): + + + (source) + +
+ +
+ + + + + + +
+ + def + _reset_connection_params(self, endpoint_url): + + + (source) + +
+
+ +
Undocumented
+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,164 @@ + + + + libcloud.storage.drivers.cloudfiles.CloudFilesRawResponse : API documentation + + + + + + +

l.s.d.c.CloudFilesRawResponse(CloudFilesResponse, RawResponse) : class documentation

+

+ Part of libcloud.storage.drivers.cloudfiles + View Source + View In Hierarchy +

+
+ +
+
Undocumented
+ + + +
+ + +

+ Inherited from CloudFilesResponse: +

+ + + + + + + + + + + + + + + + + +
MethodsuccessDetermine if our request was successful.
Methodparse_bodyParse response body.
+ +

+ Inherited from Response (via CloudFilesResponse): +

+ + + + + + + + + + + + + + + + + + + + + + + +
Method__init__Undocumented
Methodparse_errorParse the error messages.
Method_decompress_responseDecompress a response body if it is using deflate or gzip encoding.
+ +

+ Inherited from RawResponse: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method__init__Undocumented
MethodresponseUndocumented
MethodstatusUndocumented
MethodheadersUndocumented
MethodreasonUndocumented
+ +

+ Inherited from Response (via RawResponse): +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methodparse_bodyParse response body.
Methodparse_errorParse the error messages.
MethodsuccessDetermine if our request was successful.
Method_decompress_responseDecompress a response body if it is using deflate or gzip encoding.
+ + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesResponse.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,128 @@ + + + + libcloud.storage.drivers.cloudfiles.CloudFilesResponse : API documentation + + + + + + +

l.s.d.c.CloudFilesResponse(Response) : class documentation

+

+ Part of libcloud.storage.drivers.cloudfiles + View Source + View In Hierarchy +

+ +
Undocumented
+ + + +
+ + + + + + + + + + + + + + + + + +
MethodsuccessDetermine if our request was successful.
Methodparse_bodyParse response body.
+ +

+ Inherited from Response: +

+ + + + + + + + + + + + + + + + + + + + + + + +
Method__init__Undocumented
Methodparse_errorParse the error messages.
Method_decompress_responseDecompress a response body if it is using deflate or gzip encoding.
+ + +
+ + + + +
+ + + + + + +
+ + def + success(self): + + + (source) + +
+
+ +
Determine if our request was successful.

+

The meaning of this can be arbitrary; did we receive OK status? Did the +node get created? Were we authenticated?
ReturnsTrue or False

+
+
+ + + + + + +
+ + def + parse_body(self): + + + (source) + +
+
+ +
Parse response body.

+

Override in a provider's subclass.
ReturnsParsed body.

+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,797 @@ + + + + libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver : API documentation + + + + + + +

l.s.d.c.CloudFilesStorageDriver(StorageDriver, OpenStackDriverMixin) : class documentation

+

+ Part of libcloud.storage.drivers.cloudfiles + View Source + View In Hierarchy +

+ +
Base CloudFiles driver.

+

You should never create an instance of this class directly but use US/US +class.

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method__init__
Methodlist_containersUndocumented
Methodlist_container_objectsReturn a list of objects for the given container.
Methodget_containerReturn a container instance.
Methodget_objectReturn an object instance.
Methodget_container_cdn_urlReturn a container CDN URL.
Methodget_object_cdn_urlReturn a container CDN URL.
Methodenable_container_cdnUndocumented
Methodcreate_containerCreate a new container.
Methoddelete_containerDelete a container.
Methoddownload_objectDownload an object to the specified destination path.
Methoddownload_object_as_streamReturn a generator which yields object data.
Methodupload_objectUpload an object.
Methodupload_object_via_streamUpload an object using an iterator.
Methoddelete_objectDelete an object.
Methodex_get_meta_dataUndocumented
Method_get_moreUndocumented
Method_put_objectUndocumented
Method_clean_container_nameClean container name.
Method_clean_object_nameUndocumented
Method_to_container_listUndocumented
Method_to_object_listUndocumented
Method_headers_to_containerUndocumented
Method_headers_to_objectUndocumented
Method_ex_connection_class_kwargsReturn extra connection keyword arguments which are passed to the +Connection class constructor.
+ +

+ Inherited from StorageDriver: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methodlist_containtersReturn a list of containers.
Methodenable_object_cdnUndocumented
Method_get_objectCall passed callback and start transfer of the object'
Method_save_objectSave object to the provided path.
Method_upload_objectHelper function for setting common request headers and calling the +passed in callback which uploads an object.
Method_upload_dataUpload data stored in a string.
Method_stream_dataStream a data over an http connection.
Method_upload_fileUpload a file to the server.
Method_get_hash_functionReturn instantiated hash function for the hash type supported by the +provider.
+ +

+ Inherited from OpenStackDriverMixin: +

+ + + + + + + + + + + +
Methodopenstack_connection_kwargsUndocumented
+ + +
+ + + + +
+ + + + + + +
+ + def + __init__(self, *args, **kwargs): + + + (source) + +
+
+ +
ParameterskeyAPI key or username to used (type: str)
secretSecret password to be used (type: str)
secureWeither to use HTTPS or HTTP. Note: Some providers only support HTTPS, and +it is on by default. (type: bool)
hostOverride hostname used for connections. (type: str)
portOverride port used for connections. (type: int)
api_versionOptional API version. Only used by drivers which support multiple API +versions. (type: str)
+
+
+ + + + + + +
+ + def + list_containers(self): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + list_container_objects(self, container): + + + (source) + +
+
+ +
Return a list of objects for the given container.
ParameterscontainerContainer instance (type: Container)
ReturnsA list of Object instances.
+
+
+ + + + + + +
+ + def + get_container(self, container_name): + + + (source) + +
+
+ +
Return a container instance.
Parameterscontainer_nameContainer name. (type: str)
ReturnsContainer instance.
+
+
+ + + + + + +
+ + def + get_object(self, container_name, object_name): + + + (source) + +
+
+ +
Return an object instance.
Parameterscontainer_nameContainer name. (type: str)
object_nameObject name. (type: str)
ReturnsObject instance.
+
+
+ + + + + + +
+ + def + get_container_cdn_url(self, container): + + + (source) + +
+
+ +
Return a container CDN URL.
ParameterscontainerContainer instance (type: Container)
ReturnsA CDN URL for this container.
+
+
+ + + + + + +
+ + def + get_object_cdn_url(self, obj): + + + (source) + +
+
+ +
Return a container CDN URL.
ParametersobjObject instance (type: Object)
ReturnsA CDN URL for this object.
+
+
+ + + + + + +
+ + def + enable_container_cdn(self, container): + + + (source) + +
+ +
+ + + + + + +
+ + def + create_container(self, container_name): + + + (source) + +
+
+ +
Create a new container.
Parameterscontainer_nameContainer name. (type: str)
ReturnsContainer instance on success.
+
+
+ + + + + + +
+ + def + delete_container(self, container): + + + (source) + +
+
+ +
Delete a container.
ParameterscontainerContainer instance (type: Container)
ReturnsTrue on success, False otherwise. (type: bool)
+
+
+ + + + + + +
+ + def + download_object(self, obj, destination_path, overwrite_existing=False, delete_on_failure=True): + + + (source) + +
+
+ +
Download an object to the specified destination path.
ParametersobjObject instance. (type: Object)
destination_pathFull path to a file or a directory where the incoming file will be saved. (type: str)
overwrite_existingTrue to overwrite an existing file, defaults to False. (type: bool)
delete_on_failureTrue to delete a partially downloaded file if the download was not +successful (hash mismatch / file size). (type: bool)
ReturnsTrue if an object has been successfully downloaded, False otherwise. (type: bool)
+
+
+ + + + + + +
+ + def + download_object_as_stream(self, obj, chunk_size=None): + + + (source) + +
+
+ +
Return a generator which yields object data.
ParametersobjObject instance (type: Object)
chunk_sizeOptional chunk size (in bytes). (type: int)
+
+
+ + + + + + +
+ + def + upload_object(self, file_path, container, object_name, extra=None, verify_hash=True): + + + (source) + +
+
+ +
Upload an object.

+

Note: This will override file with a same name if it already exists.

+
+
+ + + + + + +
+ + def + upload_object_via_stream(self, iterator, container, object_name, extra=None): + + + (source) + +
+
+ +
Upload an object using an iterator.

+

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.

+

Otherwise if a provider doesn't support it, iterator will be exhausted +so a total size for data to be uploaded can be determined.

+

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.

+

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.
ParametersiteratorAn object which implements the iterator interface. (type: object)
containerDestination container. (type: Container)
object_nameObject name. (type: str)
extra(optional) Extra attributes (driver specific). +

Note: This dictionary must contain a 'content_type' key which represents +a content type of the stored object.

(type: dict)

+
+
+ + + + + + +
+ + def + delete_object(self, obj): + + + (source) + +
+
+ +
Delete an object.
ParametersobjObject instance. (type: Object)
Returnsbool True on success.
+
+
+ + + + + + +
+ + def + ex_get_meta_data(self): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _get_more(self, last_key, value_dict): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _put_object(self, container, object_name, upload_func, upload_func_kwargs, extra=None, file_path=None, iterator=None, verify_hash=True): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _clean_container_name(self, name): + + + (source) + +
+
+ +
Clean container name.
+
+
+ + + + + + +
+ + def + _clean_object_name(self, name): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _to_container_list(self, response): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _to_object_list(self, response, container): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _headers_to_container(self, name, headers): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _headers_to_object(self, name, container, headers): + + + (source) + +
+
+ +
Undocumented
+
+
+ + + + + + +
+ + def + _ex_connection_class_kwargs(self): + + + (source) + +
+
+ +
Return extra connection keyword arguments which are passed to the +Connection class constructor.
+
+
+
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,110 @@ + + + + libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection : API documentation + + + + + + +

l.s.d.c.CloudFilesUKConnection(CloudFilesConnection) : class documentation

+

+ Part of libcloud.storage.drivers.cloudfiles + View Source + View In Hierarchy +

+
+ +
+
Connection class for the Cloudfiles UK endpoint.
+ + + +
+ + +

+ Inherited from CloudFilesConnection: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method__init__Undocumented
Methodget_endpointSelects the endpoint to use based on provider specific values, or +overrides passed in by the user when setting up the driver.
MethodrequestUndocumented
Method_reset_connection_paramsUndocumented
+ +

+ Inherited from OpenStackBaseConnection (via CloudFilesConnection): +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methodadd_default_headersUndocumented
Methodmorph_action_hookUndocumented
Method_populate_hosts_and_request_pathsOpenStack uses a separate host for API calls which is only provided +after an initial authentication request.
Method_add_cache_busting_to_paramsUndocumented
+ + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,283 @@ + + + + libcloud.storage.drivers.cloudfiles.CloudFilesUKStorageDriver : API documentation + + + + + + +

l.s.d.c.CloudFilesUKStorageDriver(CloudFilesStorageDriver) : class documentation

+

+ Part of libcloud.storage.drivers.cloudfiles + View Source + View In Hierarchy +

+
+ +
+
Cloudfiles storage driver for the UK endpoint.
+ + + +
+ + +

+ Inherited from CloudFilesStorageDriver: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method__init__
Methodlist_containersUndocumented
Methodlist_container_objectsReturn a list of objects for the given container.
Methodget_containerReturn a container instance.
Methodget_objectReturn an object instance.
Methodget_container_cdn_urlReturn a container CDN URL.
Methodget_object_cdn_urlReturn a container CDN URL.
Methodenable_container_cdnUndocumented
Methodcreate_containerCreate a new container.
Methoddelete_containerDelete a container.
Methoddownload_objectDownload an object to the specified destination path.
Methoddownload_object_as_streamReturn a generator which yields object data.
Methodupload_objectUpload an object.
Methodupload_object_via_streamUpload an object using an iterator.
Methoddelete_objectDelete an object.
Methodex_get_meta_dataUndocumented
Method_get_moreUndocumented
Method_put_objectUndocumented
Method_clean_container_nameClean container name.
Method_clean_object_nameUndocumented
Method_to_container_listUndocumented
Method_to_object_listUndocumented
Method_headers_to_containerUndocumented
Method_headers_to_objectUndocumented
Method_ex_connection_class_kwargsReturn extra connection keyword arguments which are passed to the +Connection class constructor.
+ +

+ Inherited from StorageDriver (via CloudFilesStorageDriver): +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methodlist_containtersReturn a list of containers.
Methodenable_object_cdnUndocumented
Method_get_objectCall passed callback and start transfer of the object'
Method_save_objectSave object to the provided path.
Method_upload_objectHelper function for setting common request headers and calling the +passed in callback which uploads an object.
Method_upload_dataUpload data stored in a string.
Method_stream_dataStream a data over an http connection.
Method_upload_fileUpload a file to the server.
Method_get_hash_functionReturn instantiated hash function for the hash type supported by the +provider.
+ +

+ Inherited from OpenStackDriverMixin (via CloudFilesStorageDriver): +

+ + + + + + + + + + + +
Methodopenstack_connection_kwargsUndocumented
+ + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html?rev=1361884&view=auto ============================================================================== --- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html (added) +++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection.html Mon Jul 16 01:49:43 2012 @@ -0,0 +1,110 @@ + + + + libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection : API documentation + + + + + + +

l.s.d.c.CloudFilesUSConnection(CloudFilesConnection) : class documentation

+

+ Part of libcloud.storage.drivers.cloudfiles + View Source + View In Hierarchy +

+
+ +
+
Connection class for the Cloudfiles US endpoint.
+ + + +
+ + +

+ Inherited from CloudFilesConnection: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method__init__Undocumented
Methodget_endpointSelects the endpoint to use based on provider specific values, or +overrides passed in by the user when setting up the driver.
MethodrequestUndocumented
Method_reset_connection_paramsUndocumented
+ +

+ Inherited from OpenStackBaseConnection (via CloudFilesConnection): +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methodadd_default_headersUndocumented
Methodmorph_action_hookUndocumented
Method_populate_hosts_and_request_pathsOpenStack uses a separate host for API calls which is only provided +after an initial authentication request.
Method_add_cache_busting_to_paramsUndocumented
+ + +
+ + + + + +
+ API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:49:10. +
+ + \ No newline at end of file