Skip to content

Commit 58676a6

Browse files
committed
fix(endpoint): add quota
1 parent 2794f11 commit 58676a6

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
@@ -417,6 +417,12 @@ def get_endpoint_for(self, region, suffix=endpoint_suffix):
417417
global_endpoint='',
418418
region_endpoint_map={},
419419
),
420+
'quota': ServiceEndpointInfo(
421+
service='quota',
422+
is_global=True,
423+
global_endpoint='',
424+
region_endpoint_map={},
425+
),
420426
}
421427

422428
bootstrap_region = {

0 commit comments

Comments
 (0)