We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52af16b commit df2dfa3Copy full SHA for df2dfa3
httpie_aws_auth.py
@@ -29,7 +29,7 @@ def __call__(self, r):
29
# decode it here, the signature will be incorrect:
30
# https://github.com/tax/python-requests-aws/blob/46f2e90ea48e18d8f32c6473fecdf0da4ef04847/awsauth.py#L104
31
r.headers[k] = v.decode('utf8')
32
- return super().__call__(r)
+ return super(BytesHeadersFriendlyS3Auth, self).__call__(r)
33
34
35
class AWSAuthPlugin(AuthPlugin):
0 commit comments