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

Changed default s3 options

parent cc13efea
......@@ -2,9 +2,9 @@ import os
import json
default_s3_options = {
'key': 'minioadmin',
'secret': 'minioadmin',
'endpoint_url': 'http://localhost:9000/'
'key': 'HZv6qvhH1ZImspVK',
'secret': 'wCDhQu63fD89rg5A05vcRIb6KfLAxS',
'endpoint_url': 'http://oss-cn-hangzhou-zjy-d01-a.ops.cloud.zhejianglab.com'
}
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