Skip to content

Commit 002be1f

Browse files
committed
fix(core): add vod
1 parent ae1a048 commit 002be1f

1 file changed

Lines changed: 6 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
@@ -194,6 +194,12 @@ def get_endpoint_for(self, region, suffix=endpoint_suffix):
194194
global_endpoint='',
195195
region_endpoint_map={},
196196
),
197+
'vod': ServiceEndpointInfo(
198+
service='vod',
199+
is_global=False,
200+
global_endpoint='',
201+
region_endpoint_map={},
202+
),
197203
'fw_center': ServiceEndpointInfo(
198204
service='fw_center',
199205
is_global=True,

0 commit comments

Comments
 (0)