Skip to content

Commit f992ed6

Browse files
Update minio-on-premise-repository.md (#3527)
1 parent 04a3800 commit f992ed6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deploy-manage/tools/snapshot-and-restore/minio-on-premise-repository.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ products:
1010

1111
# MinIO self-managed repository [ece-configuring-minio]
1212

13-
[MinIO](https://min.io/docs/minio/container/index.html) is a popular, open-source object storage server compatible with the Amazon AWS S3 API. As an [S3 compatible service](/deploy-manage/tools/snapshot-and-restore/s3-repository.md#repository-s3-compatible-services), MinIO is supported for use as a snapshot repository in {{ece}} (ECE).
13+
[MinIO](https://github.com/minio/minio) is a popular, open-source object storage server compatible with the Amazon AWS S3 API. As an [S3 compatible service](/deploy-manage/tools/snapshot-and-restore/s3-repository.md#repository-s3-compatible-services), MinIO is supported for use as a snapshot repository in {{ece}} (ECE).
1414

1515
This guide walks you through integrating MinIO with ECE to store your {{es}} snapshots.
1616

@@ -24,11 +24,11 @@ If you're evaluating MinIO in a test system, do not place MinIO containers on th
2424

2525
This section provides guidance and recommendations for deploying MinIO. It does not include installation steps. As MinIO is a third-party product, its deployment, configuration, and maintenance are outside the scope of Elastic support.
2626

27-
For installation instructions, refer to the official [MinIO documentation](https://min.io/docs/).
27+
For installation instructions, refer to the official [MinIO GitHub repository](https://github.com/minio/minio).
2828

2929
The performance and reliability of MinIO depend on its configuration and the underlying infrastructure. Consider the following best practices:
3030

31-
* For production use, deploy MinIO in a [Multi-Node Multi-Drive](https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.html#minio-mnmd) configuration.
31+
* For production use, deploy MinIO in a Multi-Node Multi-Drive configuration.
3232
* Use a single MinIO endpoint with the ECE installation, to simplify repository configuration.
3333
* Secure access to the MinIO endpoint with TLS.
3434

@@ -44,11 +44,11 @@ MinIO may report multiple endpoint URLs. Be sure to select the one reachable fro
4444

4545
### Testing and evaluation
4646

47-
Use the [MinIO Quickstart Guide](https://charts.min.io/) or the [container deployment guide](https://min.io/docs/minio/container/index.html) to spin up a simple standalone MinIO container. Use `-v` to map persistent storage when using the `docker` or `podman` options.
47+
Use the [MinIO Quickstart Guide](https://charts.min.io/) or the [container deployment guide](https://docs.min.io/enterprise/aistor-object-store/installation/container/install/#deploy-minio-container) to spin up a simple standalone MinIO container. Use `-v` to map persistent storage when using the `docker` or `podman` options.
4848

4949
### Production environments
5050

51-
Set up MinIO across multiple nodes and drives to ensure high availability, performance, and scalability, following the recommendations in the [MinIO documentation](https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.html).
51+
Set up MinIO across multiple nodes and drives to ensure high availability, performance, and scalability, following the recommendations in the [MinIO documentation](https://github.com/minio/docs).
5252

5353
You can use Docker Compose, Kubernetes, or another orchestration tool of your choice.
5454

0 commit comments

Comments
 (0)