Skip to content

Commit 63e3e2e

Browse files
Merge pull request #10445 from nextcloud/backport/10438/stable26
[stable26] fix(adminmanual): Fix Amazon SSEC link
2 parents ae7366f + 995e995 commit 63e3e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin_manual/configuration_files/primary_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ You can find out more information about upscaling with object storage and Nextcl
209209
SSE-C encryption support
210210
------------------------
211211

212-
Nextcloud supports server side encryption, also known as `SSE-C <http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html>`, with compatible S3 bucket provider. The encryption and decryption happens on the S3 bucket side with a key provided by the Nextcloud server.
212+
Nextcloud supports server side encryption, also known as `SSE-C <http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html>`_, with compatible S3 bucket provider. The encryption and decryption happens on the S3 bucket side with a key provided by the Nextcloud server.
213213

214214
The key can be specified with the :code:`sse_c_key` parameter which needs to be provided as a base64 encoded string with a maximum length of 32 bytes. A random key could be generated using the the following command:
215215

0 commit comments

Comments
 (0)