nextcloud/apps/files_external/lib/Lib/Storage
Kent Delante 6ce657f2ee 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 16:07:45 +08:00
..
AmazonS3.php fix(s3): ignore prefixes with repeating delimiters 2026-04-22 16:07:45 +08:00
FTP.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00
FtpConnection.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
OwnCloud.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SFTP.php fix: make psalm and rector happy 2026-03-31 12:35:09 +02:00
SFTPReadStream.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00
SFTPWriteStream.php fix: manually set modified time to SFTP files after editing 2026-03-31 12:35:08 +02:00
SMB.php fix: make smb auth failure on forbidden exception more reliable 2026-01-12 15:23:57 +01:00
StreamWrapper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Swift.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00
SystemBridge.php fix: use nc's binary finding logic for smb 2024-10-04 15:56:31 +02:00