mirror of
https://github.com/minio/minio.git
synced 2025-05-01 15:11:32 -04: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