summaryrefslogtreecommitdiff
path: root/boto/elasticache/layer1.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/elasticache/layer1.py')
-rw-r--r--boto/elasticache/layer1.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/boto/elasticache/layer1.py b/boto/elasticache/layer1.py
index 59c43a3d..62bdefd1 100644
--- a/boto/elasticache/layer1.py
+++ b/boto/elasticache/layer1.py
@@ -58,7 +58,6 @@ class ElastiCacheConnection(AWSQueryConnection):
super(ElastiCacheConnection, self).__init__(**kwargs)
self.region = region
-
def _required_auth_capability(self):
return ['hmac-v4']