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

master
Harshavardhana 5 years ago committed by kannappanr
parent 04dfcbfdd7
commit 09ee145e9c
  1. 2
      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 {

Loading…
Cancel
Save