From 09ee145e9c4b3861ce61e434a300288048ca2abe Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sat, 18 Jan 2020 07:25:03 -0800 Subject: [PATCH] gw/hdfs: indicate hdfs gateway is production ready (#8848) --- cmd/gateway/hdfs/gateway-hdfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {