Enable s3,gcs,manta,oss,b2 gateways as production ready (#5795)

This commit is contained in:
Harshavardhana
2018-04-09 16:33:48 -07:00
committed by GitHub
parent 1d31ad499f
commit 41c31d10ca
5 changed files with 10 additions and 11 deletions

View File

@@ -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