Skip to content

Commit aed07ee

Browse files
author
Nissan Pow
committed
fix: add METAFLOW_S3_ENDPOINT_URL to minio config output
Without this, S3_ENDPOINT_URL is None in the local env and step-functions create/batch tasks can't reach the minio S3 emulator.
1 parent d591bd4 commit aed07ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

devtools/tilt/minio.tiltfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def setup_minio(ctx):
4040
config={
4141
"METAFLOW_DEFAULT_DATASTORE": "s3",
4242
"METAFLOW_DATASTORE_SYSROOT_S3": "s3://metaflow-test/metaflow",
43+
"METAFLOW_S3_ENDPOINT_URL": "http://localhost:9000",
4344
"METAFLOW_DATATOOLS_CLIENT_PARAMS": {
4445
"endpoint_url": "http://localhost:9000",
4546
"config": {

0 commit comments

Comments
 (0)