nextcloud-server/lib/private/Files
nfebe 3e2582c4e6
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:48:52 +07:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Cache fix: Clear mount cache when file storage changes during move 2025-11-13 14:09:23 +07:00
Config feat(mounts): optimize load of mounts by filtering on database side 2025-08-26 08:55:24 +07:00
Conversion chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Mount feat: move primary object store configuration to a single place 2025-05-28 15:32:31 +07:00
Node fix(files): Always return a valid mimetype 2025-10-06 11:24:18 +07:00
Notify chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ObjectStore feat(objectstore): add configurable S3 retry attempts 2025-12-03 12:48:52 +07:00
Search chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
SimpleFS chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Storage fix(encryption): Increment lastChunkNr when size is off 2025-11-25 09:19:23 +07:00
Stream chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Template fix: validate filename when creating file from template 2025-10-24 10:53:37 +07:00
Type refactor(IMimeTypeDetector): streamline finfo usage + misc tidying 2025-08-04 11:24:58 +07:00
Utils fix: make early check if users filesystem have a mountpoint at /<user>/files/ 2025-08-01 09:31:50 +07:00
FileInfo.php fix(files): Always return a valid mimetype 2025-10-06 11:24:18 +07:00
FilenameValidator.php fix(FilenameValidator): use `_` as default replacement for invalid chars 2025-06-18 09:44:57 +07:00
Filesystem.php fix(Filesystem): use FilenameValidator for `Filesystem::isFileBlacklisted` 2025-09-02 19:02:25 +07:00
SetupManager.php fix: don't update cached mountpoints if the request doesn't have filesystem access 2025-07-31 18:28:26 +07:00
SetupManagerFactory.php fix: Replace OC_App::loadApp calls by IAppManager 2025-07-10 11:40:27 +07:00
View.php perf: use more optimized node-by-id logic in View::getPath 2025-08-13 19:42:42 +07:00