From 97b5bf1fb73ba0660bf6bd53cf6f746f8ccb29ae Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 10 Feb 2022 11:39:41 -0800 Subject: [PATCH] update gateway docs to indicate code-freeze --- docs/gateway/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/gateway/README.md b/docs/gateway/README.md index c90ee26e9..5cb817a85 100644 --- a/docs/gateway/README.md +++ b/docs/gateway/README.md @@ -1,7 +1,13 @@ # MinIO Gateway [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) -MinIO Gateway adds Amazon S3 compatibility to third party cloud storage providers. + +## Support +Gateway implementations are frozen and are not accepting any new features. Please reports any bugs at https://github.com/minio/minio/issues . If you are an existing customer please login to https://subnet.min.io for production support. + +## Implementations +MinIO Gateway adds Amazon S3 compatibility layer to third party NAS and Cloud Storage vendors. MinIO Gateway is implemented to facilitate migration of existing from your existing legacy or cloud vendors to MinIO distributed server deployments. + - [NAS](https://github.com/minio/minio/blob/master/docs/gateway/nas.md) -- [Microsoft Azure Blob Storage](https://github.com/minio/minio/blob/master/docs/gateway/azure.md) -- [HDFS](https://github.com/minio/minio/blob/master/docs/gateway/hdfs.md) - [S3](https://github.com/minio/minio/blob/master/docs/gateway/s3.md) +- [Microsoft Azure Blob Storage](https://github.com/minio/minio/blob/master/docs/gateway/azure.md) - [Google Cloud Storage](https://github.com/minio/minio/blob/master/docs/gateway/gcs.md) +- [HDFS](https://github.com/minio/minio/blob/master/docs/gateway/hdfs.md)