This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
MediaStorage.local_media_directory into an optional storage provider #16751
Description:
To address #7140 and matrix-org/synapse-s3-storage-provider#28, we need reimplement
MediaStorage.local_media_directoryas a storage provider (MediaStorage.storage_providers). This will allow us to optionally disable local media storage in case we want to store data remotely, for example on S3.