mirror of
https://github.com/distribution/distribution.git
synced 2025-08-31 14:37:56 +00:00
add cn-north-1 to valid check
Signed-off-by: jhaohai <jhaohai@foxmail.com>
This commit is contained in:
committed by
Richard Scothern
parent
3330cc567e
commit
3f538cac90
@@ -80,6 +80,7 @@ func init() {
|
||||
"ap-northeast-1",
|
||||
"ap-northeast-2",
|
||||
"sa-east-1",
|
||||
"cn-north-1",
|
||||
} {
|
||||
validRegions[region] = struct{}{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user