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

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

Known subclasses: libcloud.storage.drivers.cloudfiles.CloudFilesSwiftConnection, libcloud.storage.drivers.cloudfiles.CloudFilesUKConnection, libcloud.storage.drivers.cloudfiles.CloudFilesUSConnection

Base connection class for the Cloudfiles driver.
Method __init__ Undocumented
Method get_endpoint Selects the endpoint to use based on provider specific values, or overrides passed in by the user when setting up the driver.
Method request Undocumented

Inherited from OpenStackBaseConnection:

Method get_service_catalog Undocumented
Method get_auth_connection_instance Return an OpenStackAuthConnection instance for this connection.
Method add_default_headers Undocumented
Method morph_action_hook Undocumented
Method _populate_hosts_and_request_paths OpenStack uses a separate host for API calls which is only provided after an initial authentication request.
Method _add_cache_busting_to_params Undocumented
def __init__(self, user_id, key, secure=True, **kwargs): (source)
Undocumented
def get_endpoint(self): (source)
Selects the endpoint to use based on provider specific values,
or overrides passed in by the user when setting up the driver.

@returns: url of the relevant endpoint for the driver
def request(self, action, params=None, data='', headers=None, method='GET', raw=False, cdn_request=False): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2013-07-01 17:02:02.