summaryrefslogtreecommitdiff
path: root/awsauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'awsauth.py')
-rw-r--r--awsauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awsauth.py b/awsauth.py
index 3d69bfc..e4d18d0 100644
--- a/awsauth.py
+++ b/awsauth.py
@@ -78,7 +78,7 @@ class S3Auth(AuthBase):
buf += '/%s' % bucket
# add the objectkey. even if it doesn't exist, add the slash
- buf += '/%s' % urllib.unquote(objectkey)
+ buf += '/%s' % objectkey
params_found = False