Skip to content

Commit a50bc42

Browse files
authored
docs: Correct default enabled hooks
Fixes #1230
1 parent 76aeb6b commit a50bc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_advanced-topics/hooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The table below provides an overview of all available hooks.
3030
|----------------|-----------|------------------------------------------------------------------------|---------------------------------------------------------------------------------|---------------------|
3131
| pre-create | Yes | before a new upload is created. | validation of meta data, user authentication, specification of custom upload ID | Yes |
3232
| post-create | No | after a new upload is created. | registering the upload with the main application, logging of upload begin | Yes |
33-
| post-receive | No | regularly while data is being transmitted. | logging upload progress, stopping running uploads | No |
34-
| pre-finish | Yes | after all upload data has been received but before a response is sent. | sending custom data when an upload is finished | Yes |
33+
| post-receive | No | regularly while data is being transmitted. | logging upload progress, stopping running uploads | Yes |
34+
| pre-finish | Yes | after all upload data has been received but before a response is sent. | sending custom data when an upload is finished | No |
3535
| post-finish | No | after all upload data has been received and after a response is sent. | post-processing of upload, logging of upload end | Yes |
3636
| post-terminate | No | after an upload has been terminated. | clean up of allocated resources | Yes |
3737

0 commit comments

Comments
 (0)