@@ -87,8 +87,10 @@ const (
87
87
RegionILJerusalem1 Region = "il-jerusalem-1"
88
88
// RegionAFJohannesburg represents the region for Johannesburg
89
89
RegionAFJohannesburg Region = "af-johannesburg-1"
90
- // RegionAPSignapore represents the region for singapore
91
- RegionAPSignapore Region = "ap-singapore-1"
90
+ // RegionAPSingapore represents the region for singapore
91
+ RegionAPSingapore Region = "ap-singapore-1"
92
+ // RegionAPSingapore2 represents the second region for singapore
93
+ RegionAPSingapore2 Region = "ap-singapore-2"
92
94
// RegionEUMarseille represents the region for Marseille
93
95
RegionEUMarseille Region = "eu-marseille-1"
94
96
// RegionEUStockholm represents the region for Stockholm
@@ -206,6 +208,8 @@ const (
206
208
207
209
// RegionAPDCCTokyo1 represents the dedicated region for Tokyo
208
210
RegionAPDCCTokyo1 Region = "ap-dcc-tokyo-1"
211
+ // RegionAPDCCOsaka1 represents the dedicated region for Osaka
212
+ RegionAPDCCOsaka1 Region = "ap-dcc-osaka-1"
209
213
210
214
// OC26 REGIONS
211
215
@@ -288,7 +292,8 @@ var regionRealm = map[Region]string{
288
292
RegionSAVinhedo1 : "oc1" ,
289
293
RegionSAValparaiso1 : "oc1" ,
290
294
RegionAFJohannesburg : "oc1" ,
291
- RegionAPSignapore : "oc1" ,
295
+ RegionAPSingapore : "oc1" ,
296
+ RegionAPSingapore2 : "oc1" ,
292
297
RegionEUMarseille : "oc1" ,
293
298
RegionMEAbudhabi : "oc1" ,
294
299
RegionEUStockholm : "oc1" ,
@@ -339,6 +344,7 @@ var regionRealm = map[Region]string{
339
344
RegionEUDCCZurich1 : "oc24" ,
340
345
341
346
RegionAPDCCTokyo1 : "oc25" ,
347
+ RegionAPDCCOsaka1 : "oc25" ,
342
348
343
349
RegionMEAbudhabi3 : "oc26" ,
344
350
@@ -388,7 +394,8 @@ var shortNameRegion = map[string]Region{
388
394
"mtz" : RegionILJerusalem1 ,
389
395
"syd" : RegionAPSydney1 ,
390
396
"jnb" : RegionAFJohannesburg ,
391
- "sin" : RegionAPSignapore ,
397
+ "sin" : RegionAPSingapore ,
398
+ "xsp" : RegionAPSingapore2 ,
392
399
"mrs" : RegionEUMarseille ,
393
400
"auh" : RegionMEAbudhabi ,
394
401
"arn" : RegionEUStockholm ,
@@ -420,6 +427,7 @@ var shortNameRegion = map[string]Region{
420
427
"nap" : RegionEUDCCRome1 ,
421
428
"avz" : RegionEUDCCZurich1 ,
422
429
"tyo" : RegionAPDCCTokyo1 ,
430
+ "uky" : RegionAPDCCOsaka1 ,
423
431
"ahu" : RegionMEAbudhabi3 ,
424
432
"ozz" : RegionUSDCCSWJordan1 ,
425
433
"drs" : RegionUSDCCSWJordan2 ,
0 commit comments