Commit 02e5cec 1 parent 0c214b7 commit 02e5cec Copy full SHA for 02e5cec
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,10 @@ Prometheus metrics (by default metrics are enabled.)
638
638
A boolean flag to tell Companion whether to enable streaming uploads. If
639
639
enabled, it will lead to _ faster uploads_ because companion will start uploading
640
640
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 ` .
642
645
643
646
#### ` maxFileSize ` ` COMPANION_MAX_FILE_SIZE `
644
647
You can’t perform that action at this time.
0 commit comments