|
21 | 21 | class EndpointData():
|
22 | 22 | def __init__(self):
|
23 | 23 | self.endpoint_map = {
|
24 |
| - "cn-hangzhou-finance": "nas.aliyuncs.com", |
25 |
| - "me-east-1": "nas.ap-northeast-1.aliyuncs.com", |
26 |
| - "cn-chengdu": "nas.aliyuncs.com", |
| 24 | + "cn-shanghai-internal-test-1": "nas.aliyuncs.com", |
| 25 | + "cn-beijing-gov-1": "nas.aliyuncs.com", |
| 26 | + "cn-shenzhen-su18-b01": "nas.aliyuncs.com", |
| 27 | + "cn-shanghai-inner": "nas.aliyuncs.com", |
| 28 | + "cn-shenzhen-st4-d01": "nas.aliyuncs.com", |
| 29 | + "cn-haidian-cm12-c01": "nas.aliyuncs.com", |
| 30 | + "cn-hangzhou-internal-prod-1": "nas.aliyuncs.com", |
| 31 | + "cn-yushanfang": "nas.aliyuncs.com", |
| 32 | + "cn-hongkong-finance-pop": "nas.aliyuncs.com", |
| 33 | + "cn-qingdao-nebula": "nas.aliyuncs.com", |
| 34 | + "cn-beijing-finance-pop": "nas.aliyuncs.com", |
| 35 | + "cn-wuhan": "nas.aliyuncs.com", |
| 36 | + "cn-zhangbei": "nas.aliyuncs.com", |
| 37 | + "cn-zhengzhou-nebula-1": "nas.aliyuncs.com", |
| 38 | + "rus-west-1-pop": "nas.aliyuncs.com", |
| 39 | + "cn-shanghai-et15-b01": "nas.aliyuncs.com", |
| 40 | + "cn-hangzhou-bj-b01": "nas.aliyuncs.com", |
| 41 | + "cn-hangzhou-internal-test-1": "nas.aliyuncs.com", |
| 42 | + "eu-west-1-oxs": "nas.aliyuncs.com", |
| 43 | + "cn-zhangbei-na61-b01": "nas.aliyuncs.com", |
| 44 | + "cn-hangzhou-internal-test-3": "nas.aliyuncs.com", |
| 45 | + "cn-hangzhou-internal-test-2": "nas.aliyuncs.com", |
| 46 | + "cn-hangzhou-test-306": "nas.aliyuncs.com", |
| 47 | + "cn-shanghai-et2-b01": "nas.aliyuncs.com", |
| 48 | + "cn-hangzhou-finance": "nas.cn-hangzhou-dg-a01.aliyuncs.com", |
| 49 | + "cn-beijing-nu16-b01": "nas.aliyuncs.com", |
| 50 | + "cn-edge-1": "nas.aliyuncs.com", |
| 51 | + "ap-southeast-2": "nas.aliyuncs.com", |
| 52 | + "cn-fujian": "nas.aliyuncs.com", |
| 53 | + "ap-northeast-2-pop": "nas.aliyuncs.com", |
| 54 | + "cn-shenzhen-inner": "nas.aliyuncs.com", |
| 55 | + "cn-zhangjiakou-na62-a01": "nas.aliyuncs.com", |
27 | 56 | }
|
28 | 57 | self.endpoint_regional = "regional"
|
29 | 58 |
|
|
0 commit comments