nextcloud/lib/private/Files/ObjectStore
Daniel Calviño Sánchez d7ae952dc8 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-16 20:17:50 +02:00
..
AppdataPreviewObjectStoreStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +02:00
Azure.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +02:00
HomeObjectStoreStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +02:00
Mapper.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectStoreScanner.php perf(files): faster query to fetch incomplete directories 2025-02-13 10:11:02 +01:00
ObjectStoreStorage.php perf: set the folder size in the same query as we create it 2025-05-28 15:52:00 +02:00
PrimaryObjectStoreConfig.php feat: move primary object store configuration to a single place 2025-05-28 15:32:31 +02:00
S3.php feat: store original storage id and path in object store metadata 2025-03-31 15:10:58 +02:00
S3ConfigTrait.php fix(ObjectStore): Make S3 "connect_timeout" option configurable 2025-06-16 20:17:50 +02:00
S3ConnectionTrait.php fix(ObjectStore): Make S3 "connect_timeout" option configurable 2025-06-16 20:17:50 +02:00
S3ObjectTrait.php feat: store original storage id and path in object store metadata 2025-03-31 15:10:58 +02:00
S3Signature.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
StorageObjectStore.php fix: fix object store id for test object store 2024-09-18 13:54:55 +02:00
Swift.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SwiftFactory.php fix: make swift connect exception message more informative 2024-09-09 17:15:01 +02:00
SwiftV2CachingAuthService.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00