summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lindsley <daniel@toastdriven.com>2013-09-16 14:03:36 -0700
committerDaniel Lindsley <daniel@toastdriven.com>2013-09-16 14:16:02 -0700
commitb2bdbf53c1acdfe3ee56940a76ca762fb5fb27b9 (patch)
treeff2cf3d1688b9817bdf95866ed0a0db3c6f727fd
parent02893e15af59fb7f0a609ab384673a156a71e613 (diff)
downloadboto-b2bdbf53c1acdfe3ee56940a76ca762fb5fb27b9.tar.gz
Bumped Cloudsearch to SigV4.
-rw-r--r--boto/cloudsearch/layer1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/cloudsearch/layer1.py b/boto/cloudsearch/layer1.py
index 7d6372c1..4ca763e9 100644
--- a/boto/cloudsearch/layer1.py
+++ b/boto/cloudsearch/layer1.py
@@ -69,7 +69,7 @@ class Layer1(AWSQueryConnection):
validate_certs=validate_certs)
def _required_auth_capability(self):
- return ['sign-v2']
+ return ['hmac-v4']
def get_response(self, doc_path, action, params, path='/',
parent=None, verb='GET', list_marker=None):