Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Webdav COPY to use TUS for internal upload #717

Merged
merged 1 commit into from
May 6, 2020
Merged

Fix Webdav COPY to use TUS for internal upload #717

merged 1 commit into from
May 6, 2020

Conversation

PVince81
Copy link
Contributor

@PVince81 PVince81 commented May 6, 2020

When copying single files or a files recursively, the files are
uploaded to the target on the storage. Since the storage is now expecting
a TUS workflow, this commit fixes it to now use the TUS uploader.

Fixes owncloud/ocis-reva#173

@butonic

@labkode
Copy link
Member

labkode commented May 6, 2020

@PVince81 please rebase

When copying single files or a files recursively, the files are
uploaded to the target on the storage. Since the storage is now expecting
a TUS workflow, this commit fixes it to now use the TUS uploader.
@PVince81
Copy link
Contributor Author

PVince81 commented May 6, 2020

@labkode rebased and retested

@labkode labkode merged commit 4da63dd into cs3org:master May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webdav COPY must use TUS for its internal uploads
2 participants