We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50f4d9 commit 31fd137Copy full SHA for 31fd137
testcontainers/minio.py
@@ -45,7 +45,7 @@ def get_config(self) -> dict:
45
"""Returns the configuration of the Minio container.
46
47
Returns:
48
- MinioConfig: Dictionary with the endpoint, access_key and secret_key.
+ dict: {`endpoint`: str, `access_key`: str, `secret_key`: str}
49
"""
50
host_ip = self.get_container_host_ip()
51
exposed_port = self.get_exposed_port(self.port_to_expose)
0 commit comments