Part of libcloud.storage.drivers.s3 View Source View In Hierarchy
Known subclasses: libcloud.storage.drivers.s3.S3APNEConnection, libcloud.storage.drivers.s3.S3APSEConnection, libcloud.storage.drivers.s3.S3EUWestConnection, libcloud.storage.drivers.s3.S3USWestConnection, libcloud.storage.drivers.s3.S3USWestOregonConnection
Method | add_default_params | 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 + " " + Expires + " " + CanonicalizedAmzHeaders + CanonicalizedResource;