Update regions.go

add cn-northwest-1 for AWS China Ningxia region
https://docs.aws.amazon.com/en_us/general/latest/gr/rande.html
This commit is contained in:
Pahud Hsieh
2018-10-24 10:02:08 +08:00
committed by GitHub
parent 3905fb6696
commit e5bb62e97d

View File

@@ -44,6 +44,7 @@ var wellKnownRegions = [...]string{
// these are not registered in many / most accounts
"cn-north-1",
"cn-northwest-1",
"us-gov-west-1",
}