Skip to content

Commit 3a23c96

Browse files
committed
minio support module docs
1 parent 664805e commit 3a23c96

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MinIO support will automatically start a https://min.io[MinIO] container via https://java.testcontainers.org/modules/minio/[Testcontainers] and provide the value of the `minio.url` property.
2+
3+
The default image can be overwritten by setting the `test-resources.containers.minio.image-name` property.
4+
5+
In addition, the following properties will be resolved by test resources:
6+
7+
- `minio.access-key`
8+
- `minio.secret-key`

src/main/docs/guide/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ modules:
1919
title: Kafka
2020
modules-localstack:
2121
title: Localstack
22+
modules-minio:
23+
title: MinIO
2224
modules-mongodb:
2325
title: MongoDB
2426
modules-mqtt:

0 commit comments

Comments
 (0)