mirror of
https://github.com/minio/minio.git
synced 2025-02-06 03:08:06 -05:00
This PR allows 'minio update' to not only shows update banner but also allows for in-place upgrades. Updates are done safely by validating the downloaded sha256 of the binary. Fixes #4781