summaryrefslogtreecommitdiff
path: root/boto/auth.py
diff options
context:
space:
mode:
authorDaniel G. Taylor <danielgtaylor@gmail.com>2013-12-10 16:10:29 -0800
committerDaniel G. Taylor <danielgtaylor@gmail.com>2013-12-10 16:10:29 -0800
commitb905f652c9728bb437959ebfb83dcae82bf16e36 (patch)
treee118aec888d26e744e62e9e949f89f7beaeba805 /boto/auth.py
parent7fe6919f746a551ac5d341f794913b1f8e29e2bc (diff)
downloadboto-b905f652c9728bb437959ebfb83dcae82bf16e36.tar.gz
Fixes to get BJS working - hacks!
Diffstat (limited to 'boto/auth.py')
-rw-r--r--boto/auth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/boto/auth.py b/boto/auth.py
index 0f49c9b2..2b4428c2 100644
--- a/boto/auth.py
+++ b/boto/auth.py
@@ -609,6 +609,7 @@ class S3HmacAuthV4Handler(HmacAuthV4Handler, AuthHandler):
service_name = 's3'
else:
service_name = parts[-4]
+ service_name = 's3'
return service_name
def mangle_path_and_params(self, req):