We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c187cd4 commit 0aa3fd3Copy full SHA for 0aa3fd3
packages/pytest-simcore/src/pytest_simcore/minio_service.py
@@ -23,7 +23,7 @@ def minio_config(docker_stack: Dict, devel_environ: Dict) -> Dict[str, str]:
23
# container onto the host network interface.
24
config = {
25
"client": {
26
- "endpoint": f"172.17.0.1:{get_service_published_port('minio', devel_environ['S3_ENDPOINT'].split(':')[1])}",
+ "endpoint": f"172.17.0.1:{get_service_published_port('minio')}",
27
"access_key": devel_environ["S3_ACCESS_KEY"],
28
"secret_key": devel_environ["S3_SECRET_KEY"],
29
"secure": strtobool(devel_environ["S3_SECURE"]) != 0,
0 commit comments