mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Enable s3,gcs,manta,oss,b2 gateways as production ready (#5795)
This commit is contained in:
@@ -147,9 +147,9 @@ func (g *S3) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, error)
|
||||
}, nil
|
||||
}
|
||||
|
||||
// Production - s3 gateway is not production ready.
|
||||
// Production - s3 gateway is production ready.
|
||||
func (g *S3) Production() bool {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
// s3Objects implements gateway for Minio and S3 compatible object storage servers.
|
||||
|
||||
Reference in New Issue
Block a user