tsah-alike

Results 4 comments of tsah-alike

Thanks for responding @tim-finnigan, I'll open an issue there as well. The version is unknown since it's coming from the AWS Lambda runtime. My guess is it's pretty recent but...

We first noticed this bug about a year ago.

The version is 1.29.156. We couldn't create a minimal working example. The last failure was something like this (simplified): ``` config = Config(connect_timeout=1, read_timeout=5, retries={'max_attempts': 3}) session = boto3.Session() resource...

I know it's not a lot of information. I did try my best to find steps to reproduce.