github.com/cs3org/reva/v2@v2.27.7/changelog/1.6.0_2021-02-16/eos-disable-tus.md (about)

     1  Enhancement: Indicate in EOS containers that TUS is not supported
     2  
     3  The OCDAV propfind response previously hardcoded the TUS headers due to which
     4  clients such as phoenix used the TUS protocol for uploads, which EOS doesn't
     5  support. Now we pass this property as an opaque entry in the containers
     6  metadata.
     7  
     8  https://github.com/cs3org/reva/pull/1415