nextcloud/apps/files_external/lib
Kent Delante 981b1c14c7 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:05 +00:00
..
AppInfo refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command feat: add --unscanned option to files_external:scan 2025-06-03 13:13:49 +00:00
Config feat(files_external): Enable ownerless shares 2024-12-04 09:38:05 +01:00
Controller fix(external_storage): fix settings save 2025-03-11 23:55:01 +01:00
Lib fix(s3): ignore prefixes with repeating delimiters 2026-04-22 09:31:05 +00:00
Listener refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Migration feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 19:21:06 +01:00
Service feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 19:21:06 +01:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
MountConfig.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
NotFoundException.php chore: Add SPDX header 2024-06-06 18:05:37 +02:00
ResponseDefinitions.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00