etix / mirrorbits

Mirrorbits is a geographical download redirector written in Go for distributing files efficiently across a set of mirrors.
MIT License
504 stars 91 forks source link

Support .sha1 / .sha256 / .md5 hashes on file extensions #35

Open etix opened 8 years ago

etix commented 8 years ago

If this option is ever merged it should be made optional.

The question is, what are we supposed to do if a .sha1 file already exists on the filesystem?

etix commented 8 years ago

There's already support for those in query arguments ?sha1, ?sha256 and ?md5. See #4 and #14.

ott commented 2 years ago

Can you explain in more detail how this feature is to be used or where it would be useful?