nextcloud/apps/files_external/lib/Lib
Kent Delante 0fe5b049de 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-05-13 13:04:40 +08:00
..
Auth refactor(files_external): migrate public key auth to Vue 3 2026-01-13 01:30:37 +00:00
Backend refactor(files_external): migrate public key auth to Vue 3 2026-01-13 01:30:37 +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-05-13 13:04:40 +08:00
ApplicableHelper.php fix: improve handling updated storages 2026-01-09 17:53:55 +01:00
DefinitionParameter.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
DependencyTrait.php fix(files_external): ignore unsatisfied optional dependencies 2026-03-02 17:09:19 +01: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:38 +00:00
StorageConfig.php feat(external-storage): Implement IPartialMountPoint 2026-01-29 10:27:42 +00: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