WardPearce / backblaze

Asynchronous & synchronous Wrapper for Backblaze's B2
https://backblaze.readthedocs.io/en/latest/
GNU General Public License v3.0
9 stars 2 forks source link

upload 200M mp4file raise httpx.ReadTimeout #3

Closed kof0012 closed 3 years ago

kof0012 commented 3 years ago

upload 200M mp4file raise httpx.ReadTimeout how can i deal with it? Thanks!

WardPearce commented 3 years ago

Hey, thanks for supporting the project! You can change the read timeout here.

e.g.

client = backblaze.Awaiting(
    key_id="...",
    key="...",
    timeout=300
)