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

Update dinamis_sdk/utils.py

parent d47d9b98
No related branches found
No related tags found
1 merge request!12Resolve "Compatibility with pydantic v2"
Pipeline #171495 failed
......@@ -23,7 +23,7 @@ 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_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):
......
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