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 29c2fdb..d2cf7ef 100644
--- a/awsauth.py
+++ b/awsauth.py
@@ -93,7 +93,7 @@ class S3Auth(AuthBase):
buf += '/%s' % bucket
# add the objectkey. even if it doesn't exist, add the slash
- buf += '/%s' % urllib.quote_plus(objectkey)
+ buf += '/%s' % urllib.quote(objectkey)
params_found = False