Skip to content

Commit

Permalink
Add MinIO module
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel committed Jan 12, 2025
1 parent 6122419 commit 6213a57
Show file tree
Hide file tree
Showing 11 changed files with 457 additions and 10 deletions.
21 changes: 21 additions & 0 deletions docs/modules/minio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# MinIO Module

[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



## Install

```bash
npm install @testcontainers/minio --save-dev
```

## Examples

<!--codeinclude-->
[Connect with default credentials:](../../packages/modules/minio/src/minio-container.test.ts) inside_block:connectWithDefaultCredentials
<!--/codeinclude-->

<!--codeinclude-->
[Connect with custom credentials:](../../packages/modules/minio/src/minio-container.test.ts) inside_block:connectWithCustomCredentials
<!--/codeinclude-->
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ nav:
- Localstack: modules/localstack.md
- MariaDB: modules/mariadb.md
- Mockserver: modules/mockserver.md
- MinIO: modules/minio.md
- MongoDB: modules/mongodb.md
- MSSQLServer: modules/mssqlserver.md
- MySQL: modules/mysql.md
Expand Down
Loading

0 comments on commit 6213a57

Please sign in to comment.