Skip to content

Commit

Permalink
Merge branch 'elasticache-sigv4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Dec 19, 2013
2 parents 6b2d967 + d2f48e2 commit b892b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boto/elasticache/layer1.py
Expand Up @@ -60,7 +60,7 @@ def __init__(self, **kwargs):


def _required_auth_capability(self):
return ['sign-v2']
return ['hmac-v4']

def authorize_cache_security_group_ingress(self,
cache_security_group_name,
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/elasticache/test_api_interface.py
Expand Up @@ -15,6 +15,6 @@ def test_required_launch_params(self):
'Action': 'CreateCacheCluster',
'CacheClusterId': name,
}, ignore_params_values=[
'Version', 'AWSAccessKeyId', 'SignatureMethod', 'SignatureVersion',
'Timestamp', 'ContentType',
'Version',
'ContentType',
])

0 comments on commit b892b45

Please sign in to comment.