fix helpers used to sign S3 requests with boto connections

This commit is contained in:
Daniel Graña 2013-06-20 10:56:48 -03:00
parent 7a4c012db4
commit 7af94be3a9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class _v19_S3Connection(S3Connection):
class _v20_S3Connection(S3Connection):
"""A dummy S3Connection wrapper that doesn't do any syncronous download"""
def _mexe(self, http_request, *args):
def _mexe(self, http_request, *args, **kwargs):
http_request.authorize(connection=self)
return http_request.headers