nextcloud-server/apps/files_external/lib/Lib/Storage
Kent Delante b57db10814 fix: pass only necessary information when deleting mulitple objects
DeleteObjects currently fails when the request includes all the
information returned by ListObjects. Send only the necessary
information in the request. Note: 'Size' and 'DateModified' is now
only supported by directory buckets.

Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-11-18 12:07:53 +07:00
..
AmazonS3.php fix: pass only necessary information when deleting mulitple objects 2025-11-18 12:07:53 +07:00
FTP.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
FtpConnection.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
OwnCloud.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
SFTP.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
SFTPReadStream.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
SFTPWriteStream.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
SMB.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
StreamWrapper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Swift.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
SystemBridge.php fix: use nc's binary finding logic for smb 2024-10-04 15:56:31 +07:00