Specify version requirement for sse-c in s3 storage provider

master
Cody Wyatt Neiman 1 year ago
parent 7e5e1712f5
commit 3a28b7e332
No known key found for this signature in database
GPG Key ID: 94475C8B94E4698D

@ -45,7 +45,7 @@ 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 | base64 | head -c 32
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
# Using the git version is also required for SSE-C 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`

Loading…
Cancel
Save