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

Update 2 files

- /dinamis_sdk/utils.py
- /setup.py
parent 7a9c82b5
No related branches found
Tags r0.0.16
No related merge requests found
Pipeline #171499 passed with warnings
......@@ -23,7 +23,7 @@ SIGNED_URL_TTL_MARGIN = ttl_margin_from_env or 1800
MAX_URLS = 64
S3_STORAGE_DOMAIN = "meso.umontpellier.fr"
S3_SIGNING_ENDPOINT = \
"https://s3-signing-dinamis.apps.okd.crocc.meso.umontpellier.fr/"
"https://s3-signing-cdos.apps.okd.crocc.meso.umontpellier.fr/"
CFG_PTH = appdirs.user_config_dir(appname='dinamis_sdk_auth')
if not os.path.exists(CFG_PTH):
......
......@@ -13,7 +13,7 @@ install_requires = [
setup(
name="dinamis-sdk",
version="0.0.15",
version="0.0.16",
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