nextcloud-server/lib/private/Files
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
..
AppData
Cache Merge pull request #28476 from nextcloud/search-jail-insensitive 2021-08-24 08:59:35 +02:00
Config
Mount
Node fix Folder->getById() when a single storage is mounted multiple times 2021-07-28 17:21:04 +02:00
Notify
ObjectStore Refactor writeObject to only use MultipartUpload when required 2021-08-20 17:02:25 +02:00
Search
SimpleFS
Storage Make sure that a empty directory can still be deleted when copied from another storage 2021-08-13 16:34:48 +00:00
Stream Support seeking also from the end of file on S3 storage 2021-09-11 17:43:50 +03:00
Template
Type
Utils
FileInfo.php
Filesystem.php
View.php