Add more regions to registry S3 storage driver
Namely adding ca-central-1, ap-south-1 and eu-west-1. Signed-off-by: Michal Fojtik <mfojtik@redhat.com>master
							parent
							
								
									69c7f303d5
								
							
						
					
					
						commit
						9e510d67f5
					
				| 
						 | 
					@ -107,7 +107,9 @@ func init() {
 | 
				
			||||||
		"us-west-1",
 | 
							"us-west-1",
 | 
				
			||||||
		"us-west-2",
 | 
							"us-west-2",
 | 
				
			||||||
		"eu-west-1",
 | 
							"eu-west-1",
 | 
				
			||||||
 | 
							"eu-west-2",
 | 
				
			||||||
		"eu-central-1",
 | 
							"eu-central-1",
 | 
				
			||||||
 | 
							"ap-south-1",
 | 
				
			||||||
		"ap-southeast-1",
 | 
							"ap-southeast-1",
 | 
				
			||||||
		"ap-southeast-2",
 | 
							"ap-southeast-2",
 | 
				
			||||||
		"ap-northeast-1",
 | 
							"ap-northeast-1",
 | 
				
			||||||
| 
						 | 
					@ -115,6 +117,7 @@ func init() {
 | 
				
			||||||
		"sa-east-1",
 | 
							"sa-east-1",
 | 
				
			||||||
		"cn-north-1",
 | 
							"cn-north-1",
 | 
				
			||||||
		"us-gov-west-1",
 | 
							"us-gov-west-1",
 | 
				
			||||||
 | 
							"ca-central-1",
 | 
				
			||||||
	} {
 | 
						} {
 | 
				
			||||||
		validRegions[region] = struct{}{}
 | 
							validRegions[region] = struct{}{}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue