On Sat, Aug 26, 2017 at 03:33:03AM -0300, Nicolás Alvarez wrote:
>...
> But if that botocore code is indeed wrong, then comes the question of
> why this ever worked before, and why the change in requests made it
> fail.
This was fixed in awscli (#874367)[1], so a Breaks on older awscli
versions i
This might be a botocore bug.
botocore/awsrequest.py has this code:
class AWSHTTPConnection(HTTPConnection):
def __init__(self, *args, **kwargs):
HTTPConnection.__init__(self, *args, **kwargs)
# [snip]
# [snip more overridden methods...]
class AWSHTTPSConnection(Verified
I tried bisecting the upstream code directly from git, and got down to
the range of commits where upstream removed bundled libraries:
With requests 282b01a7c9, awscli works (v2.15.1, right before deleting
the 'packages' directory)
With requests 47f170bb35, awscli fails (pre-v2.16.0, right after
fi
Hello Jamie,
On Sunday, August 6, 2017 1:06:22 AM CEST Jamie Heilman wrote:
> Package: python3-requests
> Version: 2.18.1-1
> Severity: important
>
> With this version installed (and python3-urllib3 1.21.1-1), aws cli
> just spits out:
>
> 'AWSHTTPSConnection' object has no attribute 'ssl_contex
Package: python3-requests
Version: 2.18.1-1
Severity: important
With this version installed (and python3-urllib3 1.21.1-1), aws cli
just spits out:
'AWSHTTPSConnection' object has no attribute 'ssl_context'
downgrading to 2.12.4-1 restores normal functionality. I haven't
looked to see if awscli
5 matches
Mail list logo