Make S3-mounting path configurable

This will make data migration easier.
This commit is contained in:
Slavi Pantaleev
2021-02-09 22:04:35 +02:00
parent 21fd44a557
commit 7e8e95a09a
3 changed files with 7 additions and 6 deletions

View File

@ -354,6 +354,7 @@ matrix_s3_media_store_bucket_name: "your-bucket-name"
matrix_s3_media_store_aws_access_key: "your-aws-access-key"
matrix_s3_media_store_aws_secret_key: "your-aws-secret-key"
matrix_s3_media_store_region: "eu-central-1"
matrix_s3_media_store_path: "{{ matrix_synapse_media_store_path }}"
# Controls whether the self-check feature should validate SSL certificates.
matrix_synapse_self_check_validate_certificates: true