mc
mc copied to clipboard
Simple | Fast tool to manage MinIO clusters :cloud:
I'm automating things with Ansible so installing from a deb makes idempotency easier. However when installing using `https://dl.min.io/client/mc/release/linux-amd64/mc.deb` the client is installed as `mcli` (usr/local/bin/mcli) instead of `mc`. This is...
## Description Add trailing headers to requests when specified in config. Requires https://github.com/minio/minio-go/pull/1705 ## How to test this PR? Modify config: ``` "mys3": { "url": "https://s3.amazonaws.com", "accessKey": "AKIA3WNQJCXE3JVMGFPN", "secretKey": xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",...
Depends on https://github.com/minio/madmin-go/pull/227 ## 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...
'mc ilm tier edit' is a bit weird; it seems we need to do a revision for edit command in mc and MinIO server API as well ## Community Contribution...
## Expected behavior Being able to simply create a token without generating a whole Prometheus scrape configuration. Also, being able to revoke tokens. ## Actual behavior The only way to...
## Expected behavior "mcli find --metadata" prints existing documents matching existing metadata ## Actual behavior "mcli find --metadata" returns nothing ## Steps to reproduce the behavior mcli cp /proc/cpuinfo --attr...
To use the commands mc admin replicate resync cancel/status/start I have to provide two alias. To me it was not clear which alias where meant. ## Expected Behavior Do not...
## Expected behavior When executing mc admin replicate resync status Alias Alias and resync has not been started show an output that indicates it has not started. The animation expected...
## Expected behavior I have 3 minio servers in different locations. The first server should replicate to the second server and the second server to the third server. This is...
## Expected behavior Terminal used to execute mc works as usual after mc admin replicate resync status ## Actual behavior After the command the help output is shown. After exiting...