-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[WIP] Stream download for DAV exteral storage #10620
Conversation
Does this support fseek ? If not, we need to be careful with range requests because our Sabre version doesn't fallback gracefully. |
I don't think so |
Also encryption has a fallback when fseek doesn't work, so better test that as well. Test plan for WebDAV ext storage:
|
if ($this->certPath) { | ||
curl_setopt($curl, CURLOPT_CAINFO, $this->certPath); | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain why you have removed the above lines.
@icewind1991 do we want to revive this for 8.2 ? |
@Xenopathic @icewind1991 Revive or kill? |
revive |
Are you already reviving? ;) |
Superseeded by #18653 |
Prevents having to first download files from DAV to a temporary stream
cc @PVince81 @DeepDiver1975 @lokeller