mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -1537,6 +1537,24 @@ One way to test is applying for a trystack account at http://trystack.org/
|
||||
|
||||
To use swift V3
|
||||
|
||||
::
|
||||
|
||||
'objectstore.multibucket.preview-distribution' => false,
|
||||
|
||||
If this is set to true and a multibucket object store is configured then
|
||||
newly created previews are put into 256 dedicated buckets.
|
||||
|
||||
Those buckets are named like the mulibucket version but with the postfix
|
||||
``-preview-NUMBER`` where NUMBER is between 0 and 255.
|
||||
|
||||
Keep in mind that only previews of files are put in there that don't have
|
||||
some already. Otherwise the old bucket will be used.
|
||||
|
||||
To migrate existing previews to this new multibucket distribution of previews
|
||||
use the occ command ``preview:repair``. For now this will only migrate
|
||||
previews that were generated before Nextcloud 19 in the flat
|
||||
``appdata_INSTANCEID/previews/FILEID`` folder structure.
|
||||
|
||||
Sharing
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user