gw/hdfs: indicate hdfs gateway is production ready (#8848)

This commit is contained in:
Harshavardhana
2020-01-18 07:25:03 -08:00
committed by kannappanr
parent 04dfcbfdd7
commit 09ee145e9c

View File

@@ -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 {