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 596e514 commit c163497Copy full SHA for c163497
1 file changed
main.py
@@ -233,8 +233,8 @@ def main(): # pragma: no cover
233
"--minio",
234
default=False,
235
action="store_true",
236
- env_var="MINIO_URL",
237
- help="MinIO URL",
+ env_var="MINIO_ENABLE",
+ help="Enable MinIO",
238
)
239
p.add(
240
"--minio-url",
@@ -327,7 +327,7 @@ def main(): # pragma: no cover
327
mc=mc,
328
acr_project_id=options.acr_project_id,
329
acr_stream_id=options.acr_stream_id,
330
- bucket=options.bucket,
+ bucket=options.minio_bucket,
331
332
333
0 commit comments