nextcloud/lib/private/Files
Daniel Calviño Sánchez 5830546c1b fix(ObjectStore): Make S3 "connect_timeout" option configurable
The hardcoded connection timeout of 5 seconds may not be enough in some
cases, so now it is got from the ObjectStore arguments in Nextcloud
configuration, falling back to 5 if not set.

The connection timeout is set in seconds, but decimal precision can be
used for subsecond accuracy (for example, 4.2 for 4200 milliseconds).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-06-18 11:02:22 +02:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache fix: Run cleanByMoundId query on all shards 2025-06-08 09:28:42 +02:00
Config Merge pull request #52988 from nextcloud/backport/50157/stable30 2025-05-27 13:24:15 +02:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount chore: apply code style 2025-04-30 19:04:59 +02:00
Node fix: improve handling of newFolder race condition handling 2025-05-13 11:59:28 +00:00
Notify chore: apply code style 2025-04-30 19:04:59 +02:00
ObjectStore fix(ObjectStore): Make S3 "connect_timeout" option configurable 2025-06-18 11:02:22 +02:00
Search chore: apply code style 2025-04-30 19:04:59 +02:00
SimpleFS chore: apply code style 2025-04-30 19:04:59 +02:00
Storage Merge pull request #52696 from nextcloud/backport/49903/stable30 2025-05-16 16:23:56 +02:00
Stream chore: apply code style 2025-04-30 19:04:59 +02:00
Template fix(TemplateManager): Remove warning message 2025-01-20 13:41:38 +00:00
Type chore: apply code style 2025-04-30 19:04:59 +02:00
Utils chore: psalm fixes 2025-01-20 15:31:05 +01:00
FileInfo.php chore: apply code style 2025-04-30 19:04:59 +02:00
FilenameValidator.php fix(IFilenameValidator): correctly handle case insensitivity 2025-03-24 11:46:43 +00:00
Filesystem.php chore: apply code style 2025-04-30 19:04:59 +02:00
SetupManager.php fix(SetupManager): Include home and root providers when registering mounts 2025-05-20 15:14:08 +02:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
View.php fix(node): emit hooks on Node::copy() 2025-05-28 11:49:58 +00:00