nextcloud/apps/files_external/lib/Lib/Storage
Kent Delante ef15f37236 fix: pass only object key to deleteObjects call
Some S3-compatible object storage hosts don't like the ETag being included in
the request and return a MalformedXML response. In the AWS API documentation,
only the object key is required so just pass that in.

Signed-off-by: Kent Delante <kent.delante@proton.me>
2026-02-27 03:28:50 +00:00
..
AmazonS3.php fix: pass only object key to deleteObjects call 2026-02-27 03:28:50 +00: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(sftp): Handle empty port parameter to allow host-defined ports 2026-02-16 09:14:31 +00:00
SFTPReadStream.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +02:00
SFTPWriteStream.php refactor: use logical && || instead of weak and or operators 2025-09-27 23:02:18 +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