Part of libcloud.storage.drivers.google_storage View Source View In Hierarchy
Repersents a single connection to the Google storage API endpoint.
Method | add_default_headers | Undocumented |
Method | pre_connect_hook | Undocumented |
Method | _get_aws_auth_param | Signature = URL-Encode( Base64( HMAC-SHA1( YourSecretAccessKeyID, UTF-8-Encoding-Of( StringToSign ) ) ) ); |
Signature = URL-Encode( Base64( HMAC-SHA1( YourSecretAccessKeyID, UTF-8-Encoding-Of( StringToSign ) ) ) ); StringToSign = HTTP-VERB + " " + Content-MD5 + " " + Content-Type + " " + Date + " " + CanonicalizedHeaders + CanonicalizedResource;