Skip to content

Commit c84d8e2

Browse files
committed
fix(core): endpoint
1 parent 37d71e1 commit c84d8e2

4 files changed

Lines changed: 400 additions & 391 deletions

File tree

volcenginesdkcore/configuration.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@ def __init__(self):
5959
# Default Base url
6060
self.host = None
6161

62+
# Custom bootstrap region dict
6263
self.custom_bootstrap_region = None
6364

65+
# use dual stack endpoint rule
66+
self.use_dual_stack = None
67+
6468
# Scheme Support http or https
6569
self.scheme = "http"
6670
# Temp file folder for downloading files

0 commit comments

Comments
 (0)