You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
endpoint (str, optional): The API root address. If not provided, it will be read from the ``SHUB_STORAGE`` environment variable, or fall back to ``"https://storage.scrapinghub.com/"``.
75
77
connection_timeout (int): The connection timeout for a _single request_
76
78
max_retries (int): The number of time idempotent requests may be retried
77
79
max_retry_time (int): The time, in seconds, during which the client can retry a request
78
80
use_msgpack (bool): Flag to enable/disable msgpack use for serialization
0 commit comments