nextcloud-server/lib
Roeland Jago Douma 65141d4864
Allow config to specify the bucket exists
In the 99% case the bucket is just always there. And if it is not the
read/write will fail hard anyways. Esp on big instances the Objectstore
is not always fast and this can save a few hundered ms of each request
that acess the objectstore.

In short it is adding

'verify_bucket_exists' => false

To the S3 config part

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-06 11:08:38 +01:00
..
composer Merge pull request #23819 from nextcloud/td/routing/move_things_around 2020-11-04 22:16:13 +01:00
l10n [tx-robot] updated from transifex 2020-11-01 02:18:23 +00:00
private Allow config to specify the bucket exists 2020-11-06 11:08:38 +01:00
public Add a function to get the unread count for multiple objects in one go 2020-11-04 11:01:21 +01:00
autoloader.php
base.php
versioncheck.php