nextcloud-server/lib/private/Files/Stream
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 +07:00
..
Encryption.php Unregister enc stream wrapper for any exception 2021-08-26 10:52:23 +07:00
HashWrapper.php Update php licenses 2021-06-04 22:02:41 +07:00
Quota.php Update php licenses 2021-06-04 22:02:41 +07:00
SeekableHttpStream.php Support seeking also from the end of file on S3 storage 2021-09-11 17:43:50 +07:00