mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
gw/hdfs: indicate hdfs gateway is production ready (#8848)
This commit is contained in:
committed by
kannappanr
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user