Skip to content
Snippets Groups Projects
Commit cf363d37 authored by Cresson Remi's avatar Cresson Remi
Browse files

Merge branch '9-timeout' into 'main'

Resolve "timeout"

Closes #9

See merge request dinamis/dinamis-sdk!10
parents 366d08df ff9c7ec9
No related branches found
No related tags found
No related merge requests found
......@@ -485,7 +485,8 @@ def get_signed_urls(
response = session.post(
f"{S3_SIGNING_ENDPOINT}sign_urls",
params={"urls": not_signed_urls_chunk},
headers=headers
headers=headers,
timeout=10
)
response.raise_for_status()
......
......@@ -6,7 +6,7 @@ install_requires = [
setup(
name="dinamis-sdk",
version="0.0.10",
version="0.0.11",
description="DINAMIS SDK",
python_requires=">=3.8",
author="Remi Cresson",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment