mirror of
https://github.com/minio/minio.git
synced 2025-11-12 23:01:39 -05:00
Adds 'gcs not ready for production' msg (#4604)
This commit is contained in:
@@ -181,6 +181,9 @@ func newGatewayLayer(backendType gatewayBackend, arg string) (GatewayLayer, erro
|
||||
case s3Backend:
|
||||
return newS3Gateway(arg)
|
||||
case gcsBackend:
|
||||
// FIXME: The following print command is temporary and
|
||||
// will be removed when gcs is ready for production use.
|
||||
log.Println(colorYellow("\n *** Warning: Not Ready for Production ***"))
|
||||
return newGCSGateway(arg)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user