nextcloud/lib/private/Files/ObjectStore
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
..
AppdataPreviewObjectStoreStorage.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Azure.php Update license headers 2019-12-05 15:38:45 +01:00
HomeObjectStoreStorage.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Mapper.php Update license headers 2019-12-05 15:38:45 +01:00
NoopScanner.php Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +02:00
ObjectStoreStorage.php Fix reading empty files from objectstorage 2020-09-09 20:45:13 +02:00
S3.php Update license headers 2019-12-05 15:38:45 +01:00
S3ConnectionTrait.php Allow config to specify the bucket exists 2020-11-06 11:08:38 +01:00
S3ObjectTrait.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
S3Signature.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
StorageObjectStore.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Swift.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
SwiftFactory.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
SwiftV2CachingAuthService.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00