Closed agstephens closed 3 years ago
Including minio conda package in Jaspy autumn release but no executable called mc
. Need to check further.
The minio
package is a python library that seems to be relevant to S3 storage (so we may as well keep it) but it does not provide the command-line utility (which is a compiled executable and not a python script). Still looking for this.
Cannot find conda package for mc
command line executable. The command line executable can be downloaded from https://dl.min.io/client/mc/release/linux-amd64/mc . Going to wrap this in an RPM (just using downloaded binary, not going to attempt a build from source), and make a ticket to include it in jasmin-sci, then close this ticket because we now have minio
python library in the Jaspy autumn release.
mc
can be installed in various ways, see:https://docs.min.io/docs/minio-client-quickstart-guide.html
It looks like conda-forge now has minio in place:
https://github.com/conda-forge/minio-feedstock