mirror of
https://github.com/nextcloud/server.git
synced 2026-05-12 16:39:39 -04:00
Add support for Server-Side Encryption with AWS Key Management Service (SSE-KMS) for S3 object storage. This allows Nextcloud to encrypt data at rest in S3 using AWS-managed keys. Key features: - New config options: sse_kms_enabled and sse_kms_key_id - Backward compatible with existing SSE-C (customer-provided keys) - SSE-C takes precedence when both SSE-C and SSE-KMS are configured Implementation details: - Added getServerSideEncryptionParameters() method to centralize encryption parameter logic for both SSE-C and SSE-KMS - Updated multipart uploads to use unified encryption parameters - Added comprehensive PHPUnit tests for SSE-KMS scenarios - Tested with AWS bucket and KMS keys in us-east-1 region Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com> Signed-off-by: Stephen Cuppett <steve@cuppett.com> |
||
|---|---|---|
| .. | ||
| AzureTest.php | ||
| FailDeleteObjectStore.php | ||
| FailWriteObjectStore.php | ||
| LocalTest.php | ||
| MapperTest.php | ||
| ObjectStoreScannerTest.php | ||
| ObjectStoreStorageOverwrite.php | ||
| ObjectStoreStoragesDifferentBucketTest.php | ||
| ObjectStoreStoragesSameBucketTest.php | ||
| ObjectStoreStorageTest.php | ||
| ObjectStoreTestCase.php | ||
| PrimaryObjectStoreConfigTest.php | ||
| S3SSEKMSTest.php | ||
| S3Test.php | ||
| SwiftTest.php | ||