Skip to content

Commit 02e5cec

Browse files
committed
update doc
see transloadit/uppy#5489
1 parent 0c214b7 commit 02e5cec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/companion.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,10 @@ Prometheus metrics (by default metrics are enabled.)
638638
A boolean flag to tell Companion whether to enable streaming uploads. If
639639
enabled, it will lead to _faster uploads_ because companion will start uploading
640640
at the same time as downloading using `stream.pipe`. If `false`, files will be
641-
fully downloaded first, then uploaded. Defaults to `true`.
641+
fully downloaded first, then uploaded. Note that for Tus to suppport streaming
642+
files of unknown size, this requires an optional extension on the Tus server if
643+
using Tus uploads. For form multipart uploads it requres a server that can
644+
handle `transfer-encoding: chunked`. Defaults to `true`.
642645

643646
#### `maxFileSize` `COMPANION_MAX_FILE_SIZE`
644647

0 commit comments

Comments
 (0)