1
0
mirror of https://github.com/distribution/distribution synced 2024-11-06 19:35:52 +01:00

Add 'us-gov-west-1' to the valid region list.

Signed-off-by: Richard Scothern <richard.scothern@docker.com>
This commit is contained in:
Richard Scothern 2016-05-09 16:38:16 +01:00
parent c047d34b22
commit 4f2ee029a2

@ -82,6 +82,7 @@ func init() {
"ap-northeast-2",
"sa-east-1",
"cn-north-1",
"us-gov-west-1",
} {
validRegions[region] = struct{}{}
}