docs: document S3 SSE-KMS support and deprecate SSE-C#15375
Open
cuppett wants to merge 1 commit into
Open
Conversation
Add documentation for the SSE-KMS (AWS Key Management Service) server-side encryption support introduced in Nextcloud 34 (nextcloud/server#57623). Mark SSE-C as deprecated, noting the AWS policy change that disabled SSE-C by default on new S3 buckets in April 2026 and recommending SSE-KMS for new deployments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Stephen Cuppett <steve@cuppett.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add documentation for the SSE-KMS (AWS Key Management Service) server-side encryption
support introduced in Nextcloud 34 (nextcloud/server#57623). Mark SSE-C as deprecated,
noting the AWS policy change that disabled SSE-C by default on new S3 buckets in April
2026 and recommending SSE-KMS for new deployments.
Changes:
primary_storage.rst— addssse_kms_enabledandsse_kms_key_idto the S3optional parameters list; marks the SSE-C section
.. deprecated:: 34with a.. warning::about the AWS policy change; adds a new "S3 SSE-KMS encryption support"section (
.. versionadded:: 34) with two configuration examples (specific KMS key ARNand bucket-default key); also fixes the SSE-C code example (replaces
array()syntaxwith
[]and switches the bare::blocks to.. code-block:: php/bash)config_sample_php_parameters.rst— addssse_kms_enabled,sse_kms_key_id, andsse_c_keywith descriptive inline comments to the S3 objectstore sample blockencryption_configuration.rst— expands the SSE note to cross-reference both SSE-KMS(recommended) and the deprecated SSE-C sections via
:ref:and:doc:links☑️ Resolves
🖼️ Screenshots
✅ Checklist
codespellor similar and addressed any spelling issues