@@ -30,43 +30,43 @@ export const awsCredentialFields = [
3030 helpText : 'Select a common region or type your own (e.g., us-east-1, eu-west-1)' ,
3131 options : [
3232 // US Regions
33- { value : 'us-east-1' , label : 'US East (N. Virginia)' } ,
34- { value : 'us-east-2' , label : 'US East (Ohio)' } ,
35- { value : 'us-west-1' , label : 'US West (N. California)' } ,
36- { value : 'us-west-2' , label : 'US West (Oregon)' } ,
33+ { value : 'us-east-1' , label : 'us-east-1 (N. Virginia)' } ,
34+ { value : 'us-east-2' , label : 'us-east-2 (Ohio)' } ,
35+ { value : 'us-west-1' , label : 'us-west-1 (N. California)' } ,
36+ { value : 'us-west-2' , label : 'us-west-2 (Oregon)' } ,
3737 // Europe Regions
38- { value : 'eu-west-1' , label : 'Europe (Ireland)' } ,
39- { value : 'eu-west-2' , label : 'Europe (London)' } ,
40- { value : 'eu-west-3' , label : 'Europe (Paris)' } ,
41- { value : 'eu-central-1' , label : 'Europe (Frankfurt)' } ,
42- { value : 'eu-central-2' , label : 'Europe (Zurich)' } ,
43- { value : 'eu-north-1' , label : 'Europe (Stockholm)' } ,
44- { value : 'eu-south-1' , label : 'Europe (Milan)' } ,
45- { value : 'eu-south-2' , label : 'Europe (Spain)' } ,
38+ { value : 'eu-west-1' , label : 'eu-west-1 (Ireland)' } ,
39+ { value : 'eu-west-2' , label : 'eu-west-2 (London)' } ,
40+ { value : 'eu-west-3' , label : 'eu-west-3 (Paris)' } ,
41+ { value : 'eu-central-1' , label : 'eu-central-1 (Frankfurt)' } ,
42+ { value : 'eu-central-2' , label : 'eu-central-2 (Zurich)' } ,
43+ { value : 'eu-north-1' , label : 'eu-north-1 (Stockholm)' } ,
44+ { value : 'eu-south-1' , label : 'eu-south-1 (Milan)' } ,
45+ { value : 'eu-south-2' , label : 'eu-south-2 (Spain)' } ,
4646 // Asia Pacific Regions
47- { value : 'ap-east-1' , label : 'Asia Pacific (Hong Kong)' } ,
48- { value : 'ap-south-1' , label : 'Asia Pacific (Mumbai)' } ,
49- { value : 'ap-south-2' , label : 'Asia Pacific (Hyderabad)' } ,
50- { value : 'ap-northeast-1' , label : 'Asia Pacific (Tokyo)' } ,
51- { value : 'ap-northeast-2' , label : 'Asia Pacific (Seoul)' } ,
52- { value : 'ap-northeast-3' , label : 'Asia Pacific (Osaka)' } ,
53- { value : 'ap-southeast-1' , label : 'Asia Pacific (Singapore)' } ,
54- { value : 'ap-southeast-2' , label : 'Asia Pacific (Sydney)' } ,
55- { value : 'ap-southeast-3' , label : 'Asia Pacific (Jakarta)' } ,
56- { value : 'ap-southeast-4' , label : 'Asia Pacific (Melbourne)' } ,
57- { value : 'ap-southeast-5' , label : 'Asia Pacific (Malaysia)' } ,
47+ { value : 'ap-east-1' , label : 'ap-east-1 (Hong Kong)' } ,
48+ { value : 'ap-south-1' , label : 'ap-south-1 (Mumbai)' } ,
49+ { value : 'ap-south-2' , label : 'ap-south-2 (Hyderabad)' } ,
50+ { value : 'ap-northeast-1' , label : 'ap-northeast-1 (Tokyo)' } ,
51+ { value : 'ap-northeast-2' , label : 'ap-northeast-2 (Seoul)' } ,
52+ { value : 'ap-northeast-3' , label : 'ap-northeast-3 (Osaka)' } ,
53+ { value : 'ap-southeast-1' , label : 'ap-southeast-1 (Singapore)' } ,
54+ { value : 'ap-southeast-2' , label : 'ap-southeast-2 (Sydney)' } ,
55+ { value : 'ap-southeast-3' , label : 'ap-southeast-3 (Jakarta)' } ,
56+ { value : 'ap-southeast-4' , label : 'ap-southeast-4 (Melbourne)' } ,
57+ { value : 'ap-southeast-5' , label : 'ap-southeast-5 (Malaysia)' } ,
5858 // Canada
59- { value : 'ca-central-1' , label : 'Canada (Central)' } ,
60- { value : 'ca-west-1' , label : 'Canada (Calgary)' } ,
59+ { value : 'ca-central-1' , label : 'ca-central-1 (Central)' } ,
60+ { value : 'ca-west-1' , label : 'ca-west-1 (Calgary)' } ,
6161 // South America
62- { value : 'sa-east-1' , label : 'South America (São Paulo)' } ,
62+ { value : 'sa-east-1' , label : 'sa-east-1 (São Paulo)' } ,
6363 // Middle East
64- { value : 'me-south-1' , label : 'Middle East (Bahrain)' } ,
65- { value : 'me-central-1' , label : 'Middle East (UAE)' } ,
64+ { value : 'me-south-1' , label : 'me-south-1 (Bahrain)' } ,
65+ { value : 'me-central-1' , label : 'me-central-1 (UAE)' } ,
6666 // Africa
67- { value : 'af-south-1' , label : 'Africa (Cape Town)' } ,
67+ { value : 'af-south-1' , label : 'af-south-1 (Cape Town)' } ,
6868 // Israel
69- { value : 'il-central-1' , label : 'Israel (Tel Aviv)' } ,
69+ { value : 'il-central-1' , label : 'il-central-1 (Tel Aviv)' } ,
7070 ] ,
7171 } ,
7272] ;
0 commit comments