Commit 43c8eaa7 authored by Matthias Weidenthaler's avatar Matthias Weidenthaler
Browse files

Changed default s3 options

parent cc13efea
...@@ -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():
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment