Skip to content

Commit bafbc1b

Browse files
committed
fix(endpoint): add cfs
1 parent 0823061 commit bafbc1b

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
@@ -454,6 +454,12 @@ def get_endpoint_for(self, region, suffix=endpoint_suffix):
454454
global_endpoint='',
455455
region_endpoint_map={},
456456
),
457+
'cfs': ServiceEndpointInfo(
458+
service='cfs',
459+
is_global=False,
460+
global_endpoint='',
461+
region_endpoint_map={},
462+
),
457463
}
458464

459465
bootstrap_region = {

0 commit comments

Comments
 (0)