Replies: 1 comment 2 replies
-
Via the botocore config object there's a timeout you can set |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm getting a TimeoutError when downloading a large file from s3 like this:
The timeout happens at exactly 5 minutes, which is the default aiohttp timeout.
I can monkey patch my way around this by adding this code first:
But there must be a nicer way to do it? I looked around in the code and cannot see how
to pass through a timeout to session creation. Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions