nextcloud-server/lib/private/Files/ObjectStore
nfebe 8d5dcbce79
feat(objectstore): add configurable S3 retry attempts
Add retriesMaxAttempts parameter to S3 objectstore configuration
to allow customization of AWS SDK retry behavior for handling
unreliable network conditions or proxy issues.

Defaults to 5 retries (AWS SDK default) if not specified.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-12-03 12:53:39 +07:00
..
AppdataPreviewObjectStoreStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
Azure.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
HomeObjectStoreStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
IObjectStoreMetaData.php feat: more generic way of passing metadata to object storage backends for new objects 2025-08-07 13:48:37 +07:00
InvalidObjectStoreConfigurationException.php feat: allow object store configuration aliases for easier migrations 2025-11-20 15:36:11 +07:00
Mapper.php fix: make bucket mapper work with new multi-object-store config 2025-11-20 15:36:13 +07:00
ObjectStoreScanner.php perf(files): faster query to fetch incomplete directories 2025-02-13 14:24:44 +07:00
ObjectStoreStorage.php fix: small typo fix 2025-09-29 12:24:43 +07:00
PrimaryObjectStoreConfig.php fix: ensure all object store configuration have distict bucket names 2025-11-20 15:36:14 +07:00
S3.php fix: keep IObjectStoreMetaData in private namespace for backports 2025-05-16 10:41:27 +07:00
S3ConfigTrait.php feat(objectstore): add configurable S3 retry attempts 2025-12-03 12:53:39 +07:00
S3ConnectionTrait.php feat(objectstore): add configurable S3 retry attempts 2025-12-03 12:53:39 +07:00
S3ObjectTrait.php fix(S3): Only append streams if non-seekable 2025-10-10 12:43:19 +07:00
S3Signature.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
StorageObjectStore.php fix: fix object store id for test object store 2024-09-18 13:54:55 +07:00
Swift.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SwiftFactory.php fix: make swift connect exception message more informative 2024-09-09 17:15:01 +07:00
SwiftV2CachingAuthService.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00