Skip to content

Commit b1f2c1e

Browse files
committed
Add MinIO module
1 parent ba73759 commit b1f2c1e

File tree

11 files changed

+551
-30
lines changed

11 files changed

+551
-30
lines changed

docs/modules/minio.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MinIO Module
2+
3+
[MinIO](https://min.io/) is a high performance object storage solution. It is API compatible with the Amazon S3 cloud storage service and can handle unstructured data such as photos, videos, log files, backups, and container images
4+
5+
6+
7+
## Install
8+
9+
```bash
10+
npm install @testcontainers/minio --save-dev
11+
```
12+
13+
## Examples
14+
15+
<!--codeinclude-->
16+
[Connect with default credentials:](../../packages/modules/minio/src/minio-container.test.ts) inside_block:connectWithDefaultCredentials
17+
<!--/codeinclude-->
18+
19+
<!--codeinclude-->
20+
[Connect with custom credentials:](../../packages/modules/minio/src/minio-container.test.ts) inside_block:connectWithCustomCredentials
21+
<!--/codeinclude-->

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ nav:
5454
- Kafka: modules/kafka.md
5555
- Localstack: modules/localstack.md
5656
- MariaDB: modules/mariadb.md
57+
- MinIO: modules/minio.md
5758
- MongoDB: modules/mongodb.md
5859
- MSSQLServer: modules/mssqlserver.md
5960
- MySQL: modules/mysql.md

0 commit comments

Comments
 (0)