l.c.d.e.EC2Connection(ConnectionUserAndKey) : class documentation

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.EC2USWestConnection, libcloud.compute.drivers.ec2.EC2USWestOregonConnection, libcloud.compute.drivers.ec2.EucConnection, libcloud.compute.drivers.ec2.NimbusConnection

Repersents a single connection to the EC2 Endpoint
Method add_default_params Undocumented
Method _get_aws_auth_param Creates the signature required for AWS, per http://bit.ly/aR7GaQ [docs.amazonwebservices.com]:
def add_default_params(self, params): (source)
Undocumented
def _get_aws_auth_param(self, params, secret_key, path='/'): (source)
Creates the signature required for AWS, per
        http://bit.ly/aR7GaQ [docs.amazonwebservices.com]:

        StringToSign = HTTPVerb + "
" +
                       ValueOfHostHeaderInLowercase + "
" +
                       HTTPRequestURI + "
" +
                       CanonicalizedQueryString <from the preceding step>
        
API Documentation for libcloud, generated by pydoctor at 2012-07-15 18:46:59.