Skip to content

Commit 5518a4c

Browse files
committed
feat(endpoint): 添加 livesaas 服务端点配置
1 parent 06cd6ce commit 5518a4c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

volcenginesdkcore/endpoint/providers/default_provider.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,12 @@ def get_endpoint_for(self, region, suffix=endpoint_suffix):
489489
global_endpoint='',
490490
region_endpoint_map={},
491491
),
492+
'livesaas': ServiceEndpointInfo(
493+
service='livesaas',
494+
is_global=True,
495+
global_endpoint='',
496+
region_endpoint_map={},
497+
),
492498
}
493499

494500
bootstrap_region = {

volcenginesdkcore/endpoint/providers/standard_provider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def __init__(self, service, is_global):
165165
"vms": ServiceInfo("vms", False),
166166
"eco_partner": ServiceInfo("eco_partner", True),
167167
"smc": ServiceInfo("smc", True),
168+
"livesaas": ServiceInfo("livesaas", True),
168169
}
169170

170171

0 commit comments

Comments
 (0)