@@ -37,7 +37,7 @@ func awsRegionToHostURL(region, defaultURL string) string {
37
37
// shifting other regions that do not have their own bucket
38
38
39
39
// US East (N. Virginia)
40
- case "us-east-1" , "sa-east-1" :
40
+ case "us-east-1" , "sa-east-1" , "mx-central-1" :
41
41
return "https://prod-registry-k8s-io-us-east-1.s3.dualstack.us-east-1.amazonaws.com"
42
42
// US East (Ohio)
43
43
case "us-east-2" , "ca-central-1" :
@@ -49,13 +49,13 @@ func awsRegionToHostURL(region, defaultURL string) string {
49
49
case "us-west-2" , "ca-west-1" :
50
50
return "https://prod-registry-k8s-io-us-west-2.s3.dualstack.us-west-2.amazonaws.com"
51
51
// Asia Pacific (Mumbai)
52
- case "ap-south-1" , "ap-south-2" , "me-south-1" , "me-central-1" :
52
+ case "ap-south-1" , "ap-south-2" , "me-south-1" , "me-central-1" , "me-west-1" :
53
53
return "https://prod-registry-k8s-io-ap-south-1.s3.dualstack.ap-south-1.amazonaws.com"
54
54
// Asia Pacific (Tokyo)
55
55
case "ap-northeast-1" , "ap-northeast-2" , "ap-northeast-3" :
56
56
return "https://prod-registry-k8s-io-ap-northeast-1.s3.dualstack.ap-northeast-1.amazonaws.com"
57
57
// Asia Pacific (Singapore)
58
- case "ap-southeast-1" , "ap-southeast-2" , "ap-southeast-3" , "ap-southeast-4" , "ap-southeast-5" , "ap-southeast-6" , "ap-east-1" , "cn-northwest-1" , "cn-north-1" :
58
+ case "ap-southeast-1" , "ap-southeast-2" , "ap-southeast-3" , "ap-southeast-4" , "ap-southeast-5" , "ap-southeast-6" , "ap-southeast-7" , "ap- east-1" , "ap-east-2 " , "cn-northwest-1" , "cn-north-1" :
59
59
return "https://prod-registry-k8s-io-ap-southeast-1.s3.dualstack.ap-southeast-1.amazonaws.com"
60
60
// Europe (Frankfurt)
61
61
case "eu-central-1" , "eu-central-2" , "eu-south-1" , "eu-south-2" , "il-central-1" :
0 commit comments