Przeglądaj źródła

docs(changelog): document Synapse S3 prefix wiring behavior change

pull/4987/head
Slavi Pantaleev 3 dni temu
rodzic
commit
46321552b7
1 zmienionych plików z 15 dodań i 0 usunięć
  1. +15
    -0
      CHANGELOG.md

+ 15
- 0
CHANGELOG.md Wyświetl plik

@@ -1,3 +1,18 @@
# 2026-03-01

## (Potential BC Break) Synapse S3 media prefix is now applied consistently

The `matrix_synapse_ext_synapse_s3_storage_provider_config_prefix` variable is now wired consistently for both:

- the Synapse `s3_storage_provider` module configuration
- the `matrix-synapse-s3-storage-provider-migrate` migration script (`s3_media_upload --prefix`)

Previously, this variable could be set, but was not effectively applied by either of these paths.

**Affects**: users of [synapse-s3-storage-provider](docs/configuring-playbook-synapse-s3-storage-provider.md) who have configured a non-empty `matrix_synapse_ext_synapse_s3_storage_provider_config_prefix` value.

If your bucket data was uploaded without the prefix before this fix, enabling proper prefix usage can make existing objects appear missing until data is migrated/copied to the prefixed key namespace.

# 2026-02-26

## Internal refactor: merged the Synapse reverse-proxy companion role into `matrix-synapse`


Ładowanie…
Anuluj
Zapisz