nextcloud-server/apps/files_external/lib/Lib/Storage
Christian Becker c25c5bbc00
feat(S3): add SSE-C support in S3 External Storage
Just need to add the parameter and fix two calls. All other logic is already implemented and implicitly called through the S3ConnectionTrait

fixes #33283

Signed-off-by: Christian Becker <christian@dabecka.de>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-01-28 22:57:59 +07:00
..
AmazonS3.php feat(S3): add SSE-C support in S3 External Storage 2025-01-28 22:57:59 +07:00
FTP.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
FtpConnection.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
OwnCloud.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
SFTP.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
SFTPReadStream.php refactor(files_external): Add Storage parameter strong types 2024-10-07 15:00:07 +07:00
SFTPWriteStream.php refactor(files_external): Add Storage parameter strong types 2024-10-07 15:00:07 +07:00
SMB.php fix: detect deleted items as updated for smb storage 2025-01-21 17:56:46 +07:00
StreamWrapper.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
Swift.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
SystemBridge.php fix: use nc's binary finding logic for smb 2024-10-04 15:56:31 +07:00