mirror of
https://github.com/minio/minio.git
synced 2025-11-10 14:09:48 -05:00
Enable s3,gcs,manta,oss,b2 gateways as production ready (#5795)
This commit is contained in:
@@ -126,10 +126,9 @@ func (g *B2) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, error)
|
||||
}, nil
|
||||
}
|
||||
|
||||
// Production - Ready for production use?
|
||||
// Production - Ready for production use.
|
||||
func (g *B2) Production() bool {
|
||||
// Not ready for production use just yet.
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
// b2Object implements gateway for Minio and BackBlaze B2 compatible object storage servers.
|
||||
|
||||
Reference in New Issue
Block a user