mirror of
https://github.com/minio/minio.git
synced 2025-04-27 13:24:52 -04: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.
|
// Production - hdfs gateway is production ready.
|
||||||
func (g *HDFS) Production() bool {
|
func (g *HDFS) Production() bool {
|
||||||
return false
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
func (n *hdfsObjects) Shutdown(ctx context.Context) error {
|
func (n *hdfsObjects) Shutdown(ctx context.Context) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user