tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
2.93k stars 465 forks source link

hooks: add pre-access blocking hook #1077

Open sberthier opened 5 months ago

sberthier commented 5 months ago

close #1074

sberthier commented 4 months ago

I made the changes you suggested, except the last one to set Hook.Upload to nil !

Acconut commented 3 months ago

Thank you for the updates, I will look into this in two weeks and then we should be able to get this merged.