Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dinamis-sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDOS-Pub
dinamis-sdk
Commits
d82ae595
Commit
d82ae595
authored
1 year ago
by
Cresson Remi
Browse files
Options
Downloads
Patches
Plain Diff
Update 2 files
- /dinamis_sdk/utils.py - /setup.py
parent
7a9c82b5
No related branches found
Branches containing commit
Tags
r0.0.16
Tags containing commit
No related merge requests found
Pipeline
#171499
passed with warnings
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dinamis_sdk/utils.py
+1
-1
1 addition, 1 deletion
dinamis_sdk/utils.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
dinamis_sdk/utils.py
+
1
−
1
View file @
d82ae595
...
...
@@ -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-
dinami
s.apps.okd.crocc.meso.umontpellier.fr/
"
"
https://s3-signing-
cdo
s.apps.okd.crocc.meso.umontpellier.fr/
"
CFG_PTH
=
appdirs
.
user_config_dir
(
appname
=
'
dinamis_sdk_auth
'
)
if
not
os
.
path
.
exists
(
CFG_PTH
):
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
d82ae595
...
...
@@ -13,7 +13,7 @@ install_requires = [
setup
(
name
=
"
dinamis-sdk
"
,
version
=
"
0.0.1
5
"
,
version
=
"
0.0.1
6
"
,
description
=
"
DINAMIS SDK
"
,
python_requires
=
"
>=3.8
"
,
author
=
"
Remi Cresson
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment