nextcloud/apps/files_external/lib/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
..
Auth chore(files_external): Remove oauth1 constant 2025-08-07 22:25:51 -04:00
Backend fix(s3): rename 'Amazon S3' to 'S3 Storage' 2025-12-02 17:21:25 +00:00
Config chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Notify chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Storage fix(s3): ignore prefixes with repeating delimiters 2026-04-22 09:31:19 +00:00
DefinitionParameter.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
DependencyTrait.php fix(files_external): boolean comparison of array 2026-04-15 14:49:01 +08:00
FrontendDefinitionTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
IdentifierTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
IFrontendDefinition.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
IIdentifier.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
InsufficientDataForMeaningfulAnswerException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
LegacyDependencyCheckPolyfill.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
MissingDependency.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
PersonalMount.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
PriorityTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SessionStorageWrapper.php feat: add permissions mask variant that only masks one directory 2026-04-09 23:54:51 +00:00
StorageConfig.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
StorageModifierTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
VisibilityTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00