Pauli Järvinen
|
a335592f14
|
Support seeking also from the end of file on S3 storage
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>
|
2021-09-11 17:43:50 +03:00 |
|
John Molakvoæ (skjnldsv)
|
215aef3cbd
|
Update php licenses
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2021-06-04 22:02:41 +02:00 |
|
Christoph Wurst
|
cb057829f7
|
Update license headers for 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2020-04-29 11:57:22 +02:00 |
|
Robin Appelman
|
60de74ac40
|
harden seekable http stream a bit against failures
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-09 14:37:01 +02:00 |
|
Robin Appelman
|
e22a28ecc2
|
update autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-03 16:27:20 +02:00 |
|
Robin Appelman
|
3ba46f3b50
|
add basic tests for s3 seeking and add some error handling if reopen return the wrong range
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-01 15:23:05 +02:00 |
|
Robin Appelman
|
7b07e7251c
|
make seekable s3 stream generic
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2020-04-01 15:21:05 +02:00 |
|