diff --git a/cmd/gateway/hdfs/gateway-hdfs.go b/cmd/gateway/hdfs/gateway-hdfs.go index b95558b74..d5a423f87 100644 --- a/cmd/gateway/hdfs/gateway-hdfs.go +++ b/cmd/gateway/hdfs/gateway-hdfs.go @@ -196,7 +196,7 @@ func (g *HDFS) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, error // Production - hdfs gateway is production ready. func (g *HDFS) Production() bool { - return false + return true } func (n *hdfsObjects) Shutdown(ctx context.Context) error {