nextcloud/lib/private/Files/ObjectStore
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
..
AppdataPreviewObjectStoreStorage.php chore: apply code style 2025-04-30 19:04:59 +02:00
Azure.php chore: apply code style 2025-04-30 19:04:59 +02:00
HomeObjectStoreStorage.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
IObjectStoreMetaData.php fix: keep IObjectStoreMetaData in private namespace for backports 2025-05-15 18:00:35 +02:00
Mapper.php chore: apply code style 2025-04-30 19:04:59 +02:00
ObjectStoreScanner.php chore: apply code style 2025-04-30 19:04:59 +02:00
ObjectStoreStorage.php perf: set the folder size in the same query as we create it 2025-06-02 12:00:59 +02:00
S3.php fix: keep IObjectStoreMetaData in private namespace for backports 2025-05-15 18:00:35 +02:00
S3ConfigTrait.php fix(ObjectStore): Make S3 "connect_timeout" option configurable 2025-06-18 11:02:22 +02:00
S3ConnectionTrait.php fix(ObjectStore): Make S3 "connect_timeout" option configurable 2025-06-18 11:02:22 +02:00
S3ObjectTrait.php fix: don't perform the extra buffering in s3 stream write when the stream size is known 2025-05-12 11:58:34 +02:00
S3Signature.php chore: apply code style 2025-04-30 19:04:59 +02:00
StorageObjectStore.php chore: apply code style 2025-04-30 19:04:59 +02:00
Swift.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SwiftFactory.php chore: apply code style 2025-04-30 19:04:59 +02:00
SwiftV2CachingAuthService.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00