View Source Testcontainers.MinioContainer (testcontainers v1.11.6)

Provides functionality for creating and managing Minio container configurations.

Summary

Functions

Generates the connection options for accessing the Minio service running within the container. Compatible with what ex_aws expects in ExAws.request(options)

Generates the connection URL for accessing the Minio service running within the container.

Retrieves the port mapped by the Docker host for the Minio container.

Set the reuse flag to reuse the container if it is already running.

Functions

Link to this function

connection_opts(container)

View Source

Generates the connection options for accessing the Minio service running within the container. Compatible with what ex_aws expects in ExAws.request(options)

Link to this function

connection_url(container)

View Source

Generates the connection URL for accessing the Minio service running within the container.

Retrieves the port mapped by the Docker host for the Minio container.

Link to this function

with_reuse(config, reuse)

View Source

Set the reuse flag to reuse the container if it is already running.