parent
1f0b0f515d
commit
e5e9a74c66
|
@ -18,7 +18,7 @@ Explicit examples for the above points can be found in the [Nginx configuration]
|
|||
|
||||
### Can I run custom verification/authentication checks before an upload begins?
|
||||
|
||||
Yes, this is made possible by the [hook system](/docs/hooks.md) inside the tusd binary. It enables custom routines to be executed when certain events occurs, such as a new upload being created which can be handled by the `pre-create` hook. Inside the corresponding hook file, you can run your own validations against the provided upload metadata to determine whether the action is actually allowed or should be rejected by tusd. Please have a look at the [corresponding documentation](docs/hooks.md#pre-create) for a more detailed explanation.
|
||||
Yes, this is made possible by the [hook system](/docs/hooks.md) inside the tusd binary. It enables custom routines to be executed when certain events occurs, such as a new upload being created which can be handled by the `pre-create` hook. Inside the corresponding hook file, you can run your own validations against the provided upload metadata to determine whether the action is actually allowed or should be rejected by tusd. Please have a look at the [corresponding documentation](/docs/hooks.md#pre-create) for a more detailed explanation.
|
||||
|
||||
### Can I run tusd inside a VM/Vagrant/VirtualBox?
|
||||
|
||||
|
|
Loading…
Reference in New Issue