-
Notifications
You must be signed in to change notification settings - Fork 603
Closed
Description
Expected behavior
This command should be recognized and should work
mc config host add s3-server http://minio:9000 minioadmin minioadmin
Actual behavior
mc: <ERROR> `config` is not a recognized command. Get help using `--help` flag.
Steps to reproduce the behavior
curl -O https://dl.min.io/client/mc/release/linux-amd64/mc
chmod +x mc
./mc config host add s3-server http://minio:9000 minioadmin minioadmin
or simply./mc config
mc --version
- (paste output of
mc --version
)
mc version RELEASE.2025-05-21T01-59-54Z (commit-id=f71ad84bcf0fd4369691952af5d925347837dcec)
Runtime: go1.24.3 linux/amd64
Copyright (c) 2015-2025 MinIO, Inc.
License GNU AGPLv3 https://www.gnu.org/licenses/agpl-3.0.html
System information
Ubuntu 24.04
Extra information
I had a Gitlab ci cd job running at 24 May 2025 at 19:15:50 GMT-4 which passed
I had a Gitlab ci cd job (same job) at 25 May 2025 at 11:06:46 GMT-4 which failed
The job do the exact steps than the reproduction steps and has no cache on the downloaded artifact. Unfortunately, I do not print the version information of mc in my ci/cd pipelines, so I have no way to check which version of mc ran when the pipeline was successful
jkkitakita and coffee-squirrel