Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_fs
Commits
43c8eaa7
Commit
43c8eaa7
authored
Sep 10, 2025
by
Matthias Weidenthaler
Browse files
Changed default s3 options
parent
cc13efea
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_fs/s3_config.py
View file @
43c8eaa7
...
@@ -2,9 +2,9 @@ import os
...
@@ -2,9 +2,9 @@ import os
import
json
import
json
default_s3_options
=
{
default_s3_options
=
{
'key'
:
'
minioadmin
'
,
'key'
:
'
HZv6qvhH1ZImspVK
'
,
'secret'
:
'
minioadmin
'
,
'secret'
:
'
wCDhQu63fD89rg5A05vcRIb6KfLAxS
'
,
'endpoint_url'
:
'http://
localhost:9000/
'
'endpoint_url'
:
'http://
oss-cn-hangzhou-zjy-d01-a.ops.cloud.zhejianglab.com
'
}
}
def
load_from_env
():
def
load_from_env
():
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment