Enable s3,gcs,manta,oss,b2 gateways as production ready (#5795)

This commit is contained in:
Harshavardhana
2018-04-09 16:33:48 -07:00
committed by GitHub
parent 1d31ad499f
commit 41c31d10ca
5 changed files with 10 additions and 11 deletions

View File

@@ -225,9 +225,9 @@ func (g *Manta) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, erro
}, nil
}
// Production - Manta is not production ready.
// Production - Manta is production ready.
func (g *Manta) Production() bool {
return false
return true
}
// tritonObjects - Implements Object layer for Triton Manta storage