From 7fcb31ab421837de7c8a9e5f4ce9eff657381185 Mon Sep 17 00:00:00 2001 From: mmattel Date: Tue, 27 Dec 2022 17:18:48 +0100 Subject: [PATCH] fix --- services/postprocessing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/postprocessing/README.md b/services/postprocessing/README.md index 4e0c3ea7a5..f4d14aaae3 100644 --- a/services/postprocessing/README.md +++ b/services/postprocessing/README.md @@ -8,7 +8,7 @@ To use the postprocessing service, an event system needs to be configured for al ## Postprocessing Functionality -The storageprovider service (`storage-users`) can be configured to initiate asynchronous postprocessing by setting the `STORAGE_USERS_OCIS_ASYNC_UPLOADS` environment variable to `true`. If this is the case, postprocessing will get initiated *after* uploading a file and all bytes have been recieved. +The storageprovider service (`storage-users`) can be configured to initiate asynchronous postprocessing by setting the `STORAGE_USERS_OCIS_ASYNC_UPLOADS` environment variable to `true`. If this is the case, postprocessing will get initiated *after* uploading a file and all bytes have been received. The `postprocessing` service will then coordinate configured postprocessing steps like scanning the file for viruses. During postprocessing, the file will be in a `processing state` where only a limited set of actions are available. Note that this processing state excludes file accessability by users.