ai_project_v1/yml/external_minio_config.yml

16 lines
475 B
YAML
Raw Normal View History

#
minio_list:
- id: 1
endpoint: "minio1.example.com:9000"
access_key: "access_key1"
secret_key: "secret_key1"
secure: False
bucket_name: "bucket1"
description: "第三方服务器minio地点在哪儿名字叫啥"
- id: 2
endpoint: "minio1.example.com:9000"
access_key: "access_key1"
secret_key: "secret_key1"
secure: False
bucket_name: "bucket1"
description: "第三方服务器minio地点在哪儿名字叫啥"