You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/01 04:51:55 UTC

[3/4] libcloud git commit: FAM-657 bumped signature version 2 -> 4 Closes #1009

FAM-657 bumped signature version 2 -> 4
Closes #1009


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f542c7b5
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f542c7b5
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f542c7b5

Branch: refs/heads/trunk
Commit: f542c7b562f77feba1f4b3c090fd5b4fe7a66d76
Parents: cb2fc66
Author: Marat Komarov <ma...@scalr.com>
Authored: Sun Jan 29 10:54:57 2017 +0200
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 1 15:50:25 2017 +1100

----------------------------------------------------------------------
 libcloud/compute/drivers/ec2.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f542c7b5/libcloud/compute/drivers/ec2.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py
index 997d761..1c7a655 100644
--- a/libcloud/compute/drivers/ec2.py
+++ b/libcloud/compute/drivers/ec2.py
@@ -1095,7 +1095,7 @@ REGION_DETAILS = {
         'endpoint': 'ec2.eu-west-2.amazonaws.com',
         'api_name': 'ec2_eu_west_london',
         'country': 'United Kingdom',
-        'signature_version': '2',
+        'signature_version': '4',
         'instance_types': [
             't1.micro',
             'm1.small',
@@ -1532,7 +1532,7 @@ REGION_DETAILS = {
         'endpoint': 'ec2.ca-central-1.amazonaws.com',
         'api_name': 'ec2_ca_central_1',
         'country': 'Canada',
-        'signature_version': '2',
+        'signature_version': '4',
         'instance_types': [
             't1.micro',
             'm1.small',