summaryrefslogtreecommitdiffstats
path: root/lib/private/Preview/Storage/Root.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-07-30 22:09:19 +0200
committerMorris Jobke <hey@morrisjobke.de>2020-08-06 22:19:20 +0200
commit438ac23e2a3564fbce50e862336db56bbf0d747c (patch)
tree93953338aed57c06bfb942f95017d7f0afafd23a /lib/private/Preview/Storage/Root.php
parentc24f3d1336e5bf268cca2084da04ae5df4ecddb4 (diff)
downloadnextcloud-server-438ac23e2a3564fbce50e862336db56bbf0d747c.tar.gz
nextcloud-server-438ac23e2a3564fbce50e862336db56bbf0d747c.zip
Distribute preview folders in appdata in multibucket setup to multiple buckets
* introduces a new IRootMountProvider to register mount points inside the root storage * adds a AppdataPreviewObjectStoreStorage to handle the split between preview folders and bucket number Ref #22033 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Preview/Storage/Root.php')
-rw-r--r--lib/private/Preview/Storage/Root.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Preview/Storage/Root.php b/lib/private/Preview/Storage/Root.php
index a9a72026a51..107d87c6301 100644
--- a/lib/private/Preview/Storage/Root.php
+++ b/lib/private/Preview/Storage/Root.php
@@ -1,7 +1,6 @@
<?php
declare(strict_types=1);
-
/**
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>
*