File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ The table below provides an overview of all available hooks.
30
30
| ----------------| -----------| ------------------------------------------------------------------------| ---------------------------------------------------------------------------------| ---------------------|
31
31
| pre-create | Yes | before a new upload is created. | validation of meta data, user authentication, specification of custom upload ID | Yes |
32
32
| 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 |
35
35
| 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 |
36
36
| post-terminate | No | after an upload has been terminated. | clean up of allocated resources | Yes |
37
37
You can’t perform that action at this time.
0 commit comments