From 8086a9d9695492f314922283c539a4bdaa4d493d Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 8 Nov 2023 21:08:18 +0100 Subject: [PATCH 1/5] Update tus_upload.md --- docs/apis/http/tus_upload.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/apis/http/tus_upload.md b/docs/apis/http/tus_upload.md index f367f204f8..430585f990 100644 --- a/docs/apis/http/tus_upload.md +++ b/docs/apis/http/tus_upload.md @@ -1,5 +1,5 @@ --- -title: "tus Upload" +title: "Tus Upload" date: 2023-10-10T00:00:00+00:00 weight: 21 geekdocRepo: https://github.com/owncloud/ocis @@ -9,10 +9,10 @@ geekdocCollapseSection: true --- Infinite Scale supports the tus resumable-upload protocol. -tus is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. +Tus is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. In situations where file uploads might be interrupted due to network issues, browser crashes, or other unforeseen interruptions, tus ensures that uploads can be resumed from the point of failure without losing data. -This documentation shows some basic examples, refer [tus official site](https://tus.io/protocols/resumable-upload) for more details. +This documentation shows some basic examples, refer [Tus Official Site](https://tus.io/protocols/resumable-upload) for more details. ## Upload in Chunks From d047160c926ebf4fd9898f41e1429666216cff8f Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 9 Nov 2023 09:06:58 +0100 Subject: [PATCH 2/5] Update tus_upload.md --- docs/apis/http/tus_upload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apis/http/tus_upload.md b/docs/apis/http/tus_upload.md index 430585f990..ddefadfdf5 100644 --- a/docs/apis/http/tus_upload.md +++ b/docs/apis/http/tus_upload.md @@ -1,5 +1,5 @@ --- -title: "Tus Upload" +title: "Resumable Upload" date: 2023-10-10T00:00:00+00:00 weight: 21 geekdocRepo: https://github.com/owncloud/ocis @@ -9,7 +9,7 @@ geekdocCollapseSection: true --- Infinite Scale supports the tus resumable-upload protocol. -Tus is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. +which is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. In situations where file uploads might be interrupted due to network issues, browser crashes, or other unforeseen interruptions, tus ensures that uploads can be resumed from the point of failure without losing data. This documentation shows some basic examples, refer [Tus Official Site](https://tus.io/protocols/resumable-upload) for more details. From bc7bea2443ee13a18eb7faac8af4e0cfc45f68f9 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 9 Nov 2023 09:07:31 +0100 Subject: [PATCH 3/5] Update tus_upload.md --- docs/apis/http/tus_upload.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/apis/http/tus_upload.md b/docs/apis/http/tus_upload.md index ddefadfdf5..4d8e80ce05 100644 --- a/docs/apis/http/tus_upload.md +++ b/docs/apis/http/tus_upload.md @@ -8,8 +8,7 @@ geekdocFilePath: tus_upload.md geekdocCollapseSection: true --- -Infinite Scale supports the tus resumable-upload protocol. -which is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. +Infinite Scale supports the tus resumable-upload protocol, which is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. In situations where file uploads might be interrupted due to network issues, browser crashes, or other unforeseen interruptions, tus ensures that uploads can be resumed from the point of failure without losing data. This documentation shows some basic examples, refer [Tus Official Site](https://tus.io/protocols/resumable-upload) for more details. From 37b1fa71781c34cffd3fddb17ce93e306e09d6e3 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 9 Nov 2023 09:32:29 +0100 Subject: [PATCH 4/5] Update tus_upload.md --- docs/apis/http/tus_upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis/http/tus_upload.md b/docs/apis/http/tus_upload.md index 4d8e80ce05..b506d313ce 100644 --- a/docs/apis/http/tus_upload.md +++ b/docs/apis/http/tus_upload.md @@ -11,7 +11,7 @@ geekdocCollapseSection: true Infinite Scale supports the tus resumable-upload protocol, which is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. In situations where file uploads might be interrupted due to network issues, browser crashes, or other unforeseen interruptions, tus ensures that uploads can be resumed from the point of failure without losing data. -This documentation shows some basic examples, refer [Tus Official Site](https://tus.io/protocols/resumable-upload) for more details. +This documentation shows some basic examples, refer [tus Official Site](https://tus.io/protocols/resumable-upload) for more details. ## Upload in Chunks From 38ff0a49bd320f315dc5fd0f97923a3645ed6be0 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 9 Nov 2023 09:32:59 +0100 Subject: [PATCH 5/5] Update tus_upload.md --- docs/apis/http/tus_upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis/http/tus_upload.md b/docs/apis/http/tus_upload.md index b506d313ce..62a415de35 100644 --- a/docs/apis/http/tus_upload.md +++ b/docs/apis/http/tus_upload.md @@ -11,7 +11,7 @@ geekdocCollapseSection: true Infinite Scale supports the tus resumable-upload protocol, which is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. In situations where file uploads might be interrupted due to network issues, browser crashes, or other unforeseen interruptions, tus ensures that uploads can be resumed from the point of failure without losing data. -This documentation shows some basic examples, refer [tus Official Site](https://tus.io/protocols/resumable-upload) for more details. +This documentation shows some basic examples, refer [tus official site](https://tus.io/protocols/resumable-upload) for more details. ## Upload in Chunks