Просмотр исходного кода

Update docs/configuring-playbook-synapse-s3-storage-provider.md: adopt the common instruction

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3932/head
Suguru Hirahara 1 год назад
Родитель
Сommit
6d1c224994
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
1 измененных файлов: 1 добавлений и 3 удалений
  1. +1
    -3
      docs/configuring-playbook-synapse-s3-storage-provider.md

+ 1
- 3
docs/configuring-playbook-synapse-s3-storage-provider.md Просмотреть файл

@@ -23,7 +23,7 @@ While you will need some local disk space around, it's only to accommodate usage

## Adjusting the playbook configuration

After [creating the S3 bucket and configuring it](configuring-playbook-s3.md#bucket-creation-and-security-configuration), you can proceed to configure `s3-storage-provider` in your configuration file (`inventory/host_vars/matrix.example.com/vars.yml`):
After [creating the S3 bucket and configuring it](configuring-playbook-s3.md#bucket-creation-and-security-configuration), add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:

```yaml
matrix_synapse_ext_synapse_s3_storage_provider_enabled: true
@@ -43,8 +43,6 @@ matrix_synapse_ext_synapse_s3_storage_provider_config_storage_class: STANDARD #
# This only works on AWS when your server is hosted on an EC2 instance with the correct instance profile set.
# Uncomment the variable below to use it.
# matrix_synapse_ext_synapse_s3_storage_provider_config_ec2_instance_profile: true

# For additional advanced settings, take a look at `roles/custom/matrix-synapse/defaults/main.yml`
```

If you have existing files in Synapse's media repository (`/matrix/synapse/storage/media-store/…`):


Загрузка…
Отмена
Сохранить