|
1 | 1 | export const regionMap = { |
2 | 2 | // US |
3 | | - usCentral1: 'us-central1', |
4 | | - usEast1: 'us-east1', |
5 | | - usEast4: 'us-east4', |
6 | | - usWest1: 'us-west1', |
7 | | - usWest2: 'us-west2', |
8 | | - usWest3: 'us-west3', |
9 | | - usWest4: 'us-west4', |
| 3 | + usCentral1: 'us-central1', |
| 4 | + usEast1: 'us-east1', |
| 5 | + usEast4: 'us-east4', |
| 6 | + usEast5: 'us-east5', |
| 7 | + usWest1: 'us-west1', |
| 8 | + usWest2: 'us-west2', |
| 9 | + usWest3: 'us-west3', |
| 10 | + usWest4: 'us-west4', |
| 11 | + usSouth1: 'us-south1', |
10 | 12 | // Canada |
11 | 13 | northAmericaNorthEast1: 'northamerica-northeast1', |
| 14 | + northamericaNorthEast2: 'northamerica-northeast2', |
12 | 15 | // Brazil |
13 | | - southAmericaEast1: 'southamerica-east1', |
| 16 | + southAmericaEast1: 'southamerica-east1', |
| 17 | + southamericaWest1: 'southamerica-west1', |
14 | 18 | // Australia |
15 | | - australiaSoutheast1: 'australia-southeast1', |
| 19 | + australiaSoutheast1: 'australia-southeast1', |
| 20 | + australiaSoutheast2: 'australia-southeast2', |
16 | 21 | // Asia |
17 | | - asiaEast1: 'asia-east1', |
| 22 | + asiaEast1: 'asia-east1', |
18 | 23 | asiaEast2: 'asia-east2', |
19 | | - asiaNortheast1: 'asia-northeast1', |
20 | | - asiaNortheast2: 'asia-northeast2', |
21 | | - asiaNortheast3: 'asia-northeast3', |
22 | | - asiaSouth1: 'asia-south1', |
23 | | - asiaSoutheast1: 'asia-southeast1', |
24 | | - asiaSoutheast2: 'asia-southeast2', |
| 24 | + asiaNortheast1: 'asia-northeast1', |
| 25 | + asiaNortheast2: 'asia-northeast2', |
| 26 | + asiaNortheast3: 'asia-northeast3', |
| 27 | + asiaSouth1: 'asia-south1', |
| 28 | + asiaSouth2: 'asia-south2', |
| 29 | + asiaSoutheast1: 'asia-southeast1', |
| 30 | + asiaSoutheast2: 'asia-southeast2', |
25 | 31 | // Europe |
26 | | - europeCentral2: 'europe-central2', |
27 | | - europeWest2: 'europe-west2', |
28 | | - europeWest3: 'europe-west3', |
29 | | - europeWest6: 'europe-west6', |
| 32 | + europeCentral2: 'europe-central2', |
| 33 | + europeWest2: 'europe-west2', |
| 34 | + europeWest3: 'europe-west3', |
| 35 | + europeWest6: 'europe-west6', |
| 36 | + europeWest8: 'europe-west8', |
| 37 | + europeWest9: 'europe-west9', |
| 38 | + europeWest12: 'europe-west12', |
| 39 | + europeSouthwest1: 'europe-southwest1', |
| 40 | + // MIDDLE EAST |
| 41 | + meCentral1: 'me-central1', |
| 42 | + meWest1: 'me-west1', |
30 | 43 | } |
31 | 44 |
|
32 | 45 | const { |
33 | 46 | // US |
34 | | - usCentral1, |
35 | | - usEast1, |
36 | | - usEast4, |
37 | | - usWest1, |
38 | | - usWest2, |
39 | | - usWest3, |
40 | | - usWest4, |
| 47 | + usCentral1, |
| 48 | + usEast1, |
| 49 | + usEast4, |
| 50 | + usEast5, |
| 51 | + usWest1, |
| 52 | + usWest2, |
| 53 | + usWest3, |
| 54 | + usWest4, |
| 55 | + usSouth1, |
41 | 56 | // Canada |
42 | 57 | northAmericaNorthEast1, |
| 58 | + northamericaNorthEast2, |
43 | 59 | // Brazil |
44 | | - southAmericaEast1, |
| 60 | + southAmericaEast1, |
| 61 | + southamericaWest1, |
45 | 62 | // Australia |
46 | | - australiaSoutheast1, |
| 63 | + australiaSoutheast1, |
| 64 | + australiaSoutheast2, |
47 | 65 | // Asia |
48 | | - asiaEast1, |
| 66 | + asiaEast1, |
49 | 67 | asiaEast2, |
50 | | - asiaNortheast1, |
51 | | - asiaNortheast2, |
52 | | - asiaNortheast3, |
53 | | - asiaSouth1, |
54 | | - asiaSoutheast1, |
55 | | - asiaSoutheast2, |
| 68 | + asiaNortheast1, |
| 69 | + asiaNortheast2, |
| 70 | + asiaNortheast3, |
| 71 | + asiaSouth1, |
| 72 | + asiaSouth2, |
| 73 | + asiaSoutheast1, |
| 74 | + asiaSoutheast2, |
56 | 75 | // Europe |
57 | | - europeCentral2, |
58 | | - europeWest2, |
59 | | - europeWest3, |
60 | | - europeWest6, |
| 76 | + europeCentral2, |
| 77 | + europeWest2, |
| 78 | + europeWest3, |
| 79 | + europeWest6, |
| 80 | + europeWest8, |
| 81 | + europeWest9, |
| 82 | + europeWest12, |
| 83 | + europeSouthwest1, |
| 84 | + // MIDDLE EAST |
| 85 | + meCentral1, |
| 86 | + meWest1, |
61 | 87 | } = regionMap |
62 | 88 |
|
63 | 89 | export default [ |
64 | 90 | // US |
65 | | - usCentral1, |
66 | | - usEast1, |
67 | | - usEast4, |
68 | | - usWest1, |
69 | | - usWest2, |
70 | | - usWest3, |
71 | | - usWest4, |
| 91 | + usCentral1, |
| 92 | + usEast1, |
| 93 | + usEast4, |
| 94 | + usEast5, |
| 95 | + usWest1, |
| 96 | + usWest2, |
| 97 | + usWest3, |
| 98 | + usWest4, |
| 99 | + usSouth1, |
72 | 100 | // Canada |
73 | 101 | northAmericaNorthEast1, |
| 102 | + northamericaNorthEast2, |
74 | 103 | // Brazil |
75 | | - southAmericaEast1, |
| 104 | + southAmericaEast1, |
| 105 | + southamericaWest1, |
76 | 106 | // Australia |
77 | | - australiaSoutheast1, |
| 107 | + australiaSoutheast1, |
| 108 | + australiaSoutheast2, |
78 | 109 | // Asia |
79 | | - asiaEast1, |
| 110 | + asiaEast1, |
80 | 111 | asiaEast2, |
81 | | - asiaNortheast1, |
82 | | - asiaNortheast2, |
83 | | - asiaNortheast3, |
84 | | - asiaSouth1, |
85 | | - asiaSoutheast1, |
86 | | - asiaSoutheast2, |
| 112 | + asiaNortheast1, |
| 113 | + asiaNortheast2, |
| 114 | + asiaNortheast3, |
| 115 | + asiaSouth1, |
| 116 | + asiaSouth2, |
| 117 | + asiaSoutheast1, |
| 118 | + asiaSoutheast2, |
87 | 119 | // Europe |
88 | | - europeCentral2, |
89 | | - europeWest2, |
90 | | - europeWest3, |
91 | | - europeWest6, |
| 120 | + europeCentral2, |
| 121 | + europeWest2, |
| 122 | + europeWest3, |
| 123 | + europeWest6, |
| 124 | + europeWest8, |
| 125 | + europeWest9, |
| 126 | + europeWest12, |
| 127 | + europeSouthwest1, |
| 128 | + // MIDDLE EAST |
| 129 | + meCentral1, |
| 130 | + meWest1, |
92 | 131 | ] |
0 commit comments