OBS-URL: https://build.opensuse.org/request/show/1303159 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minio-client?expand=0&rev=116
Calling the client with different binary names
------------------------------------------------
The minio client searches for the config based
on the binary name. This also happens with a
symlinked binary name. With the default file name
in the package it will look for
```
${HOME}/.minio-client/config.json
```
If you use the minio-client-as-mc package, it
looks for:
```
${HOME}/.mc/config.json
```
A possible solution is creating a symlink:
```
ln -s ~/.minio-client/ ~/.mc
```
Description
Languages
RPM Spec
100%