mirror of https://github.com/scrapy/scrapy.git
fix helpers used to sign S3 requests with boto connections
This commit is contained in:
parent
7a4c012db4
commit
7af94be3a9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue