File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
volcengine-java-sdk-core/src/main/java/com/volcengine/endpoint Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ public class DefaultEndpointProvider implements EndpointResolver {
1515 public static final String REGION_CODE_AP_SOUTH_EAST_2 = "ap-southeast-2" ;
1616 public static final String REGION_CODE_AP_SOUTH_EAST_3 = "ap-southeast-3" ;
1717 public static final String REGION_CODE_CN_HONGKONG = "cn-hongkong" ;
18+ public static final String REGION_CODE_CN_BEIJING_SELFDRIVE = "cn-beijing-selfdrive" ;
1819 // 常量
1920 private static final String SEPARATOR = "." ;
2021 private static final String OPEN_PREFIX = "open" ;
@@ -29,6 +30,7 @@ public class DefaultEndpointProvider implements EndpointResolver {
2930 BOOTSTRAP_REGION .add (REGION_CODE_AP_SOUTH_EAST_2 );
3031 BOOTSTRAP_REGION .add (REGION_CODE_AP_SOUTH_EAST_3 );
3132 BOOTSTRAP_REGION .add (REGION_CODE_CN_SHANGHAI_AUTODRIVING );
33+ BOOTSTRAP_REGION .add (REGION_CODE_CN_BEIJING_SELFDRIVE );
3234 }
3335
3436 static {
You can’t perform that action at this time.
0 commit comments