Part of libcloud.compute.drivers.ec2 View Source View In Hierarchy
Known subclasses: libcloud.compute.drivers.ec2.EC2APNEConnection, libcloud.compute.drivers.ec2.EC2APSEConnection, libcloud.compute.drivers.ec2.EC2EUConnection, libcloud.compute.drivers.ec2.EC2SAEastConnection, libcloud.compute.drivers.ec2.EC2USWestConnection, libcloud.compute.drivers.ec2.EC2USWestOregonConnection, libcloud.compute.drivers.ec2.EucConnection, libcloud.compute.drivers.ec2.NimbusConnection
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>