MatrixSynapse/synapse/rest/media/v1
Sean Quah f7768f62cb
Avoid storing URL cache files in storage providers (#10911)
URL cache files are short-lived and it does not make sense to offload
them (eg. to the cloud) or back them up.
2021-09-27 12:55:27 +01:00
..
__init__.py
_base.py
config_resource.py
download_resource.py
filepath.py Avoid storing URL cache files in storage providers (#10911) 2021-09-27 12:55:27 +01:00
media_repository.py
media_storage.py
oembed.py
preview_url_resource.py Avoid storing URL cache files in storage providers (#10911) 2021-09-27 12:55:27 +01:00
storage_provider.py Avoid storing URL cache files in storage providers (#10911) 2021-09-27 12:55:27 +01:00
thumbnail_resource.py
thumbnailer.py
upload_resource.py