Skip to content

Releases: scaleoutsean/minio-client

Release list

v1.0.1

Choose a tag to compare

@scaleoutsean scaleoutsean released this 22 Jul 11:44
9d55f6d
  • Remove annoying requirement for at least 8 alphanumeric characters in mc alias set
  • Default location for config file ~/.minio-client
    • minio-client --config-dir ~/.mc/ - to continue using mc's directory
    • cp ~/.mc/config.json ~/minio-client/ - to copy existing mc configuration for minio-client

You can also copy minio-client to /usr/bin/local/mc, but do NOT assume it will work exactly the same. My main objective was to have a version with up-to-date Go for my own testing since MinIO archived the repo last week.
Other than that, minio-client doesn't do anything better than mc, so there's no reason to use it or "switch".

v1.0.0

Choose a tag to compare

@scaleoutsean scaleoutsean released this 22 Jul 11:13
accab1a
  • go 1.26.5
  • search and replace on Github repository links
  • remove some unnecessary files
  • remove non-Win/Lin architectures