From 1abcc8eb17311e9f1d33f4dee4dd464db90ea33e Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 2 Nov 2022 09:23:52 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ralf Haferkamp --- services/frontend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/frontend/README.md b/services/frontend/README.md index 771d382be6..25c314c147 100644 --- a/services/frontend/README.md +++ b/services/frontend/README.md @@ -4,7 +4,7 @@ The frontend service translates various owncloud related HTTP APIs to CS3 reques ## Endpoints Overview -Currently, the frontend service handles request for three functionalities, which are `appprovider`, `archiver`, `datagateway` and `ocs`. +Currently, the frontend service handles requests for three functionalities, which are `appprovider`, `archiver`, `datagateway` and `ocs`. ### appprovider @@ -16,7 +16,7 @@ The archiver endpoint, by default `/archiver`, implements zip and tar download f ### datagateway -The datagateway endpoint, by default `/data`, forwards file up and download requests to the correct CS3 data provider. OCIS starts a dataprovider as part of the storage-* services. The routing happens based on the JWT that was created by a storage provider in response to an `InitiateFileDownload` or `InitiateFileUpload` request. +The datagateway endpoint, by default `/data`, forwards file up- and download requests to the correct CS3 data provider. OCIS starts a dataprovider as part of the storage-* services. The routing happens based on the JWT that was created by a storage provider in response to an `InitiateFileDownload` or `InitiateFileUpload` request. ### ocs