mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Enable s3,gcs,manta,oss,b2 gateways as production ready (#5795)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user