Part of libcloud.storage.drivers.cloudfiles View Source View In Hierarchy
Connection class for the Cloudfiles US endpoint.
Inherited from CloudFilesConnection:
Method | __init__ | Undocumented |
Method | request | Undocumented |
Inherited from RackspaceBaseConnection (via CloudFilesConnection):
Method | add_default_headers | Undocumented |
Method | request_path | Undocumented |
Method | host | Undocumented |
Method | _get_request_path | Undocumented |
Method | _get_host | Undocumented |
Method | _populate_hosts_and_request_paths | Rackspace 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. |