summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Stream/SeekableHttpStream.php
Commit message (Collapse)AuthorAgeFilesLines
* Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-201-1/+10
| | | | | | | | The PR https://github.com/nextcloud/server/pull/20033 added support for `fseek` for the S3 storage backend. However, the seek mode SEEK_END was left out that time. This PR fills this gap. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-2/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* harden seekable http stream a bit against failuresRobin Appelman2020-04-091-3/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update autoloaderRobin Appelman2020-04-031-9/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add basic tests for s3 seeking and add some error handling if reopen return ↵Robin Appelman2020-04-011-8/+18
| | | | | | the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl>
* make seekable s3 stream genericRobin Appelman2020-04-011-0/+174
Signed-off-by: Robin Appelman <robin@icewind.nl>