mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
remove gateway completely (#15929)
This commit is contained in:
@@ -35,9 +35,6 @@ const (
|
||||
|
||||
// DistErasureSetupType - Distributed Erasure setup type enum.
|
||||
DistErasureSetupType
|
||||
|
||||
// GatewaySetupType - gateway setup type enum.
|
||||
GatewaySetupType
|
||||
)
|
||||
|
||||
func (setupType SetupType) String() string {
|
||||
@@ -50,8 +47,6 @@ func (setupType SetupType) String() string {
|
||||
return globalMinioModeErasure
|
||||
case DistErasureSetupType:
|
||||
return globalMinioModeDistErasure
|
||||
case GatewaySetupType:
|
||||
return globalMinioModeGatewayPrefix
|
||||
}
|
||||
|
||||
return "unknown"
|
||||
|
||||
Reference in New Issue
Block a user