nextcloud/apps/files_external/lib
Kent Delante 8d4fa6fa47 fix(s3): ignore prefixes with repeating delimiters
Signed-off-by: Kent Delante <kent@delante.me>

Amazon's hosted S3 service allows repeating delimiters in keys
(e.g. 'path/to//file.txt' or 'path/to///file.txt') and we get
repeating directories in the filecache as a result (based on the
previous examples we get 'path/to/to/file.txt' or
'path/to/to/to/file.txt'). This ignores it and its contents for S3 external storage.
2026-04-22 09:31:19 +00:00
..
AppInfo refactor(files_external): Drop oauth1 auth mechanism registration 2025-08-07 22:23:25 -04:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +02:00
Config chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Controller fix(files_external): ignore unsatisfied optional dependencies 2026-04-15 14:43:06 +08:00
Lib fix(s3): ignore prefixes with repeating delimiters 2026-04-22 09:31:19 +00:00
Listener feat(files_external): support lexicon 2025-05-05 17:05:45 -01:00
Migration feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
Service fix: code style 2026-04-15 14:49:01 +08:00
Settings chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ConfigLexicon.php feat(lexicon): moving out from unstable 2025-07-24 15:56:33 -01:00
MountConfig.php chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +02:00
NotFoundException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ResponseDefinitions.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00