mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
gw/hdfs: indicate hdfs gateway is production ready (#8848)
This commit is contained in:
parent
04dfcbfdd7
commit
09ee145e9c
@ -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…
Reference in New Issue
Block a user