curl --location --request GET 'http://dev-cn.your-api-server.com/v2/config' \ --header 'Authorization;'
{ "code": 0, "msg": "", "data": { "region": "ap-southeast-1", "bucket": "stars-test", "path": "/test/" } }