aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ObjectStore/ObjectStoreStorageOverwrite.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* refactor(objectstorage): cleanup typesThomas Citharel2024-02-021-2/+2
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* test disabling write checkRobin Appelman2022-10-261-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/+38
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>