nextcloud-server/lib/private/Files
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 +07:00
..
AppData Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
Cache The file cache entry is array accessible 2020-10-13 10:47:00 +07:00
Config Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +07:00
Mount set the mount id before calling storage wrapper 2020-08-31 16:38:47 +07:00
Node Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
Notify Update license headers 2019-12-05 15:38:45 +07:00
ObjectStore Allow config to specify the bucket exists 2020-11-06 11:08:38 +07:00
Search Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +07:00
SimpleFS Update license headers for 19 2020-04-29 11:57:22 +07:00
Storage Improve CertificateManager to not be user context dependent 2020-11-03 00:13:01 +07:00
Stream Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Type Properly add both mimetypes to secure mimetype mapping 2020-09-07 16:42:11 +07:00
Utils Add visibility to all constants 2020-04-10 16:54:27 +07:00
FileInfo.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Filesystem.php Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8 2020-09-09 21:52:36 +07:00
View.php optimize View::getPath if we already know the storage id 2020-09-16 13:49:07 +07:00