Part of libcloud.storage.drivers.s3 View Source View In Hierarchy
Inherited from S3Response:
Method | success | Determine if our request was successful. |
Method | parse_error | Parse the error messages. |
Inherited from XmlResponse (via S3Response, AWSBaseResponse):
Method | parse_body | Parse response body. |
Inherited from Response (via S3Response, AWSBaseResponse, XmlResponse):
Method | __init__ | Undocumented |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |
Inherited from RawResponse:
Method | __init__ | Undocumented |
Method | response | Undocumented |
Method | status | Undocumented |
Method | headers | Undocumented |
Method | reason | Undocumented |
Inherited from Response (via RawResponse):
Method | parse_body | Parse response body. |
Method | parse_error | Parse the error messages. |
Method | success | Determine if our request was successful. |
Method | _decompress_response | Decompress a response body if it is using deflate or gzip encoding. |