From 9680ab4822ec90f4945a2ae0ecbbe4c4ed61b047 Mon Sep 17 00:00:00 2001 From: Christian Scherm Date: Mon, 5 Dec 2022 21:06:59 +0100 Subject: [PATCH] Update storagedrivers.md Fix link to InitiateFileDownload --- docs/ocis/storage/storagedrivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/storage/storagedrivers.md b/docs/ocis/storage/storagedrivers.md index 8d921a1876..5557a63d24 100644 --- a/docs/ocis/storage/storagedrivers.md +++ b/docs/ocis/storage/storagedrivers.md @@ -169,7 +169,7 @@ A naive driver that treats the keys in an S3 capable storage as `/` delimited pa ## Data Providers -Clients using the CS3 API use an [InitiateFileDownload](https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.InitiateFileDownloadRequest) and ]InitiateUpload](https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.InitiateFileUploadRequest) request at the [storage gateway](https://cs3org.github.io/cs3apis/#cs3.gateway.v1beta1.GatewayAPI) to obtain a URL endpoint that can be used to either GET the file content or upload content using the resumable [tus.io](https://tus.io) protocol. +Clients using the CS3 API use an [InitiateFileDownload](https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.InitiateFileDownloadRequest) and [InitiateUpload](https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.InitiateFileUploadRequest) request at the [storage gateway](https://cs3org.github.io/cs3apis/#cs3.gateway.v1beta1.GatewayAPI) to obtain a URL endpoint that can be used to either GET the file content or upload content using the resumable [tus.io](https://tus.io) protocol. The *data provider* uses the same *storage driver* as the *storage provider* but can be scaled independently.