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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
}