You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chunking version 2 uses remote.php/dav/uploads endpoint and it doesn't exist in oCIS as TUS is implemented in oCIS.
The test code consists of steps to set the chunking version using $this->chunkingToUse. Since oCIS doesn't support chunking version 2, set chunking version 1 as default.
Description
Chunking version 2 uses
remote.php/dav/uploads
endpoint and it doesn't exist in oCIS as TUS is implemented in oCIS.The test code consists of steps to set the chunking version using
$this->chunkingToUse
. Since oCIS doesn't support chunking version 2, set chunking version 1 as default.TODO:
chunkingToUse
and use the existing chunk upload endpoint [tests-only][full-ci] refactor: Set chunking version 1 as default #10624Related issues:
The text was updated successfully, but these errors were encountered: