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

Update 2 files

- /dinamis_sdk/utils.py
- /setup.py
parent 80589f05
No related branches found
No related tags found
No related merge requests found
Pipeline #171498 passed with warnings
......@@ -21,7 +21,7 @@ if ttl_margin_from_env:
SIGNED_URL_TTL_MARGIN = ttl_margin_from_env or 1800
MAX_URLS = 64
S3_STORAGE_DOMAIN = "minio-api-dinamis.apps.okd.crocc.meso.umontpellier.fr"
S3_STORAGE_DOMAIN = "meso.umontpellier.fr"
S3_SIGNING_ENDPOINT = \
"https://s3-signing-dinamis.apps.okd.crocc.meso.umontpellier.fr/"
......
......@@ -13,7 +13,7 @@ install_requires = [
setup(
name="dinamis-sdk",
version="0.0.14",
version="0.0.15",
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