nextcloud/apps/files_external
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
..
ajax chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
appinfo feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
composer feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
css chore: Compile assets 2024-11-19 09:42:13 +01:00
img chore: Make app icons consistent Material Symbols with same settings 2024-07-10 15:53:45 +02:00
js refactor(files_external): Drop unused oauth1.js 2025-08-07 21:52:46 -04:00
l10n fix(l10n): Update translations from Transifex 2026-04-21 00:18:52 +00:00
lib fix(s3): ignore prefixes with repeating delimiters 2026-04-22 09:31:19 +00:00
src refactor: adjust code for breaking changes in @nextcloud/dialogs v7 2025-12-17 16:12:49 +01:00
templates fix(files_external): Convert VALUE_HIDDEN to FLAG_HIDDEN to allow combining VALUE_PASSWORD and FLAG_HIDDEN 2025-05-05 13:19:43 +02:00
tests fix(files_external): ignore unsatisfied optional dependencies 2026-04-15 14:43:06 +08:00
.l10nignore chore: Add SPDX header 2024-06-06 18:05:37 +02:00
openapi.json chore(deps): Update nextcloud/openapi-extractor to v1.8.2 2025-08-26 10:21:10 +02:00
openapi.json.license chore: Add SPDX header 2024-06-06 18:05:37 +02:00