Part of libcloud.common.aws View Source View In Hierarchy
Known subclasses: libcloud.compute.drivers.ec2.EC2Connection, libcloud.loadbalancer.drivers.elb.ELBConnection
Method | add_default_params | Undocumented |
Method | _get_aws_auth_param | Creates the signature required for AWS, per http://bit.ly/aR7GaQ [docs.amazonwebservices.com]: |
Creates the signature required for AWS, per http://bit.ly/aR7GaQ [docs.amazonwebservices.com]: StringToSign = HTTPVerb + " " + ValueOfHostHeaderInLowercase + " " + HTTPRequestURI + " " + CanonicalizedQueryString <from the preceding step>