@@ -92,6 +92,7 @@ public class Region {
9292 public static final Region US_ASHBURN_1 = new Region ("us-ashburn-1" );
9393 public static final Region US_PHOENIX_1 = new Region ("us-phoenix-1" );
9494 public static final Region US_SANJOSE_1 = new Region ("us-sanjose-1" );
95+ public static final Region US_CHICAGO_1 = new Region ("us-chicago-1" );
9596
9697 public static final Region CA_MONTREAL_1 = new Region ("ca-montreal-1" );
9798 public static final Region CA_TORONTO_1 = new Region ("ca-toronto-1" );
@@ -175,6 +176,7 @@ public class Region {
175176 OC1_REGIONS .put (US_ASHBURN_1 .getRegionId (), US_ASHBURN_1 );
176177 OC1_REGIONS .put (US_PHOENIX_1 .getRegionId (), US_PHOENIX_1 );
177178 OC1_REGIONS .put (US_SANJOSE_1 .getRegionId (), US_SANJOSE_1 );
179+ OC1_REGIONS .put (US_CHICAGO_1 .getRegionId (), US_CHICAGO_1 );
178180
179181 OC1_REGIONS .put (CA_MONTREAL_1 .getRegionId (), CA_MONTREAL_1 );
180182 OC1_REGIONS .put (CA_TORONTO_1 .getRegionId (), CA_TORONTO_1 );
@@ -216,7 +218,7 @@ public class Region {
216218 private final static MessageFormat OC4_EP_BASE = new MessageFormat (
217219 "https://nosql.{0}.oci.oraclegovcloud.uk" );
218220 private final static MessageFormat OC5_EP_BASE = new MessageFormat (
219- "https://nosql.{0}.oci.oraclerealm5 .com" );
221+ "https://nosql.{0}.oci.oraclecloud5 .com" );
220222 private final static MessageFormat OC8_EP_BASE = new MessageFormat (
221223 "https://nosql.{0}.oci.oraclecloud8.com" );
222224 private final static MessageFormat OC9_EP_BASE = new MessageFormat (
0 commit comments