minio
minio copied to clipboard
Provide a minio.deb.sha256 alias in the download server
Good day, everyone!
At the moment, both the server download URL ^1 and the client download URL ^2 offer a nice way to get the latest version of the Debian package, in the form of aliases minio.deb and mc.deb (same as with the binary files or other package formats).
But the SHA256 files are not aliased, i.e., they are offered only in the long form of its file name, e.g., minio_20240913202602.0.0_amd64.deb.sha256sum and mcli_20240916174314.0.0_amd64.deb.sha256sum.
This is a request for the build manager to include two aliases in the form of:
minio.deb.sha256=>minio_20240913202602.0.0_amd64.deb.sha256sum(or whatever the release is).mc.deb.sha256=>mcli_20240916174314.0.0_amd64.deb.sha256sum(or whatever the release is).
Same could apply for other formats, but I am interested in the Debian package. The binary files already follow this pattern.
Thanks in advance.