aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ObjectStore/FailWriteObjectStore.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use in objectstore copyRobin Appelman2020-11-241-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use a blank line after the opening tagChristoph Wurst2020-04-091-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-0/+53
This prevent the object store and cache from getting out of sync when an objectstore silently fails or the php process get's killed during the upload without giving us the chance to cleanup Signed-off-by: Robin Appelman <robin@icewind.nl>