mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03:00
signature/region: Remove 'milkyway' and use 'us-east-1' as default.
Fixes #980
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ func isValidRegion(authHeaderValue string) *probe.Error {
|
||||
return err.Trace()
|
||||
}
|
||||
region := credentialElements[2]
|
||||
if region != "milkyway" {
|
||||
if region != "us-east-1" {
|
||||
return probe.NewError(errInvalidRegion)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user