Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions obstore/python/obstore/_store/_client.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@ class ClientConfig(TypedDict, total=False):
pool_max_idle_per_host: str
"""Maximum number of idle connections per host."""
proxy_url: str

randomize_addresses: bool
"""Randomize order addresses that the DNS resolution yields.

This will spread the connections across more servers.

!!! warning

This will override the DNS resolver configured by `reqwest`.

"""

"""HTTP proxy to use for requests."""
timeout: str | timedelta
"""Request timeout.
Expand Down
Loading