l.c.a.SignedAWSConnection(ConnectionUserAndKey) : class documentation

Part of libcloud.common.aws View Source View In Hierarchy

Known subclasses: libcloud.compute.drivers.ec2.EC2Connection, libcloud.loadbalancer.drivers.elb.ELBConnection

No class docstring
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 2013-07-01 17:02:02.