mc
mc copied to clipboard
Simple | Fast tool to manage MinIO clusters :cloud:
## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request...
## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request...
Bucket quotas, managed with `mc quota` and subcommands, don't work like the common understanding of the concept of a quota. Since they rely on the object scanner to identify when...
## Expected behavior I expect alias from `MC_CONFIG_ENV_FILE` occurred in the output of `mc alias ls` ## Actual behavior It did not but commands like `mc ls` works ## Steps...
The first time that any mc command is run, the following output is given: ```bash mc: Configuration written to `/root/.mc/config.json`. Please update your access credentials. mc: Successfully created `/root/.mc/share`. mc:...
`mc mv` returns non-zero on an empty source bucket. This causes problems with scripts that check for bad exits, i.e. `mc mv .... || report_bad_stuff` It would be nice to...
## Expected behavior Resync gets cancelled on all nodes and sites, and I can restart it with bandwith limits. ## Actual behavior Says it is cancelled successfully, but then get...
## Expected behavior If I do a `/opt/minio/mc mirror --remove --overwrite --retry old/deeps-data new/deeps-data` without the `--disable-multipart` option, minio fail with the following error: ``` mc: POST /deeps-data/data/00/a4/1c/19-0f62-453b-9975-925b3344bd52?uploads= HTTP/1.1 Host:...
In the Documentation of minio client API reference, for `--newer-than` flag in `mc cp` command example is given as `--older-than 1d2hh3mm4ss`. Link to the issue #https://min.io/docs/minio/linux/reference/minio-mc/mc-cp.html#mc.cp.-newer-than
## Expected behavior When minio server is running the latest version, then calling `mc admin update ` should return in a seconds (or a few seconds). Here is the (sanitized)...