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

@@ -210,9 +210,9 @@ func (g *GCS) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, error)
return gcs, nil
}
// Production - FIXME: GCS is not production ready yet.
// Production - GCS gateway is production ready.
func (g *GCS) Production() bool {
return false
return true
}
// Stored in gcs.json - Contents of this file is not used anywhere. It can be