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:
@@ -149,9 +149,9 @@ func (g *OSS) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, error)
|
||||
}, nil
|
||||
}
|
||||
|
||||
// Production - oss is not production ready yet.
|
||||
// Production - oss is production ready.
|
||||
func (g *OSS) Production() bool {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
// appendS3MetaToOSSOptions converts metadata meant for S3 PUT/COPY
|
||||
|
||||
Reference in New Issue
Block a user