You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Gilly Barr (JIRA)" <ji...@apache.org> on 2014/08/27 12:01:11 UTC

[jira] [Created] (LIBCLOUD-608) Amazon EC2 methods don't work with 'POST'

Gilly Barr created LIBCLOUD-608:
-----------------------------------

             Summary: Amazon EC2 methods don't work with 'POST'
                 Key: LIBCLOUD-608
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-608
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
    Affects Versions: 0.13.3
            Reporter: Gilly Barr


When creating the signature for EC2 api requests, it is always built as if the request is done using GET.

The word 'GET' is hardcoded in the method that builds the signature.
file : common/aws.py    line : 171

and in the AWS documentation, it says you need to use 'POST' or 'GET' depending on which method you use.
http://docs.aws.amazon.com/general/latest/gr/signature-version-2.html

(This happens in version 0.15.1)



--
This message was sent by Atlassian JIRA
(v6.2#6252)