Broken timeout
In case of big file or slow connection it's impossible to put()
file because upload is interrupted by reqwest default 30seconds timeout.
Even though upload is going fine before this interruption =\
It's possible to set general timeout to None
and connect_timeout
to something. (Not sure if it's a good idea tho, mb we can just set general timeout enormously high)
connect_timeout
- timeout for only the connect phase of a Client
.