Skip to content

Commit ee9529f

Browse files
author
BitsAdmin
committed
Merge branch 'dev/lsx/cn-shanghai-autodriving' into 'integration_2025-05-08_884445172226'
feat: [development task] core (1207505) See merge request iaasng/volcengine-python-sdk!595
2 parents 6faa8d1 + c9d9a64 commit ee9529f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volcenginesdkcore/endpoint/providers/default_provider.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
dualstack_endpoint_suffix = '.volcengine-api.com'
1010
fallback_endpoint = open_prefix + endpoint_suffix
1111
region_code_cn_beijing_auto_driving = "cn-beijing-autodriving"
12+
region_code_cn_shanghai_auto_driving = "cn-shanghai-autodriving"
1213
region_code_ap_southeast2 = "ap-southeast-2"
1314
region_code_ap_southeast3 = "ap-southeast-3"
1415

@@ -422,6 +423,7 @@ def get_endpoint_for(self, region, suffix=endpoint_suffix):
422423
region_code_cn_beijing_auto_driving: {},
423424
region_code_ap_southeast2: {},
424425
region_code_ap_southeast3: {},
426+
region_code_cn_shanghai_auto_driving: {},
425427
}
426428

427429

0 commit comments

Comments
 (0)