Add note on using synapse s3 provider git version for sse-c support

This commit is contained in:
Cody Wyatt Neiman 2023-01-03 15:26:06 -05:00
parent 6d96bcee1d
commit b9604da9d9
No known key found for this signature in database
GPG Key ID: 94475C8B94E4698D

View File

@ -45,6 +45,8 @@ matrix_synapse_ext_synapse_s3_storage_provider_config_storage_class: STANDARD #
matrix_synapse_ext_synapse_s3_storage_provider_config_sse_customer_enabled: true
matrix_synapse_ext_synapse_s3_storage_provider_config_sse_customer_key: ssec-key-goes-here # Generate with: cat /dev/urandom | head -c 32 | base64 -
matrix_synapse_ext_synapse_s3_storage_provider_config_sse_customer_algo: AES256
# Using the git version is also required until > v1.1.2 is released
matrix_synapse_ext_synapse_s3_storage_provider_version: git
# For additional advanced settings, take a look at `roles/custom/matrix-synapse/defaults/main.yml`
```