You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/mithrandi/code/txaws/txaws/s3/client.py", line 495, in <lambda>
d.addCallback(lambda (response, body): _to_dict(response.responseHeaders))
exceptions.AttributeError: 'Response' object has no attribute 'responseHeaders'
The attribute is named headers, not response_headers. Sadly there is no test coverage at all of this code path, so the test suite doesn't catch this.
The text was updated successfully, but these errors were encountered:
The attribute is named
headers
, notresponse_headers
. Sadly there is no test coverage at all of this code path, so the test suite doesn't catch this.The text was updated successfully, but these errors were encountered: