mirror of
https://github.com/minio/minio.git
synced 2025-11-22 02:35:30 -05:00
Update links to documentation site (#15750)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# MinIO Gateway [](https://slack.min.io)
|
||||
|
||||
**The MinIO Gateway has been deprecated as of February 2022 and removed from MinIO files as of July 2022.**
|
||||
**See https://blog.min.io/deprecation-of-the-minio-gateway/ for more information.**
|
||||
|
||||
## 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.
|
||||
|
||||
@@ -109,6 +109,6 @@ NAS gateway implementation allows symlinks on regular files.
|
||||
|
||||
## Explore Further
|
||||
|
||||
- [`mc` command-line interface](https://docs.min.io/docs/minio-client-quickstart-guide)
|
||||
- [`aws` command-line interface](https://docs.min.io/docs/aws-cli-with-minio)
|
||||
- [`minio-go` Go SDK](https://docs.min.io/docs/golang-client-quickstart-guide)
|
||||
- [`mc` command-line interface](https://min.io/docs/minio/linux/reference/minio-mc.html#quickstart)
|
||||
- [`aws` command-line interface](https://min.io/docs/minio/linux/integrations/aws-cli-with-minio.html)
|
||||
- [`minio-go` Go SDK](https://min.io/docs/minio/linux/developers/go/minio-go.html)
|
||||
|
||||
@@ -137,8 +137,6 @@ MinIO edge caching allows storing content closer to the applications. Frequently
|
||||
- Dramatic improvements for time to first byte for any object.
|
||||
- Avoid S3 [data transfer charges](https://aws.amazon.com/s3/pricing/).
|
||||
|
||||
Refer [this document](https://docs.min.io/docs/minio-disk-cache-guide.html) to get started with MinIO Caching.
|
||||
|
||||
## MinIO Console
|
||||
|
||||
MinIO Gateway comes with an embedded web based object browser. Point your web browser to <http://127.0.0.1:9000> to ensure that your server has started successfully.
|
||||
@@ -157,6 +155,6 @@ With MinIO S3 gateway, you can use MinIO Console to explore AWS S3 based objects
|
||||
|
||||
## Explore Further
|
||||
|
||||
- [`mc` command-line interface](https://docs.min.io/docs/minio-client-quickstart-guide)
|
||||
- [`aws` command-line interface](https://docs.min.io/docs/aws-cli-with-minio)
|
||||
- [`minio-go` Go SDK](https://docs.min.io/docs/golang-client-quickstart-guide)
|
||||
- [`mc` command-line interface](https://min.io/docs/minio/linux/reference/minio-mc.html)
|
||||
- [`aws` command-line interface](https://min.io/docs/minio/linux/integrations/aws-cli-with-minio.html)
|
||||
- [`minio-go` Go SDK](https://min.io/docs/minio/linux/developers/go/minio-go.html)
|
||||
|
||||
Reference in New Issue
Block a user