mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Update docs/configuring-playbook-s3-goofys.md
- Adopt the common instruction - Add a copyright header Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
		| @@ -1,12 +1,21 @@ | ||||
| <!-- | ||||
| SPDX-FileCopyrightText: 2022 Slavi Pantaleev | ||||
| SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara | ||||
|  | ||||
| SPDX-License-Identifier: AGPL-3.0-or-later | ||||
| --> | ||||
|  | ||||
| # Storing Matrix media files on Amazon S3 with Goofys (optional) | ||||
|  | ||||
| If you'd like to store Synapse's content repository (`media_store`) files on Amazon S3 (or other S3-compatible service), you can let this playbook configure [Goofys](https://github.com/kahing/goofys) for you. | ||||
| The playbook can install and configure [Goofys](https://github.com/kahing/goofys) for you. | ||||
|  | ||||
| Another (and better performing) way to use S3 storage with Synapse is [synapse-s3-storage-provider](configuring-playbook-synapse-s3-storage-provider.md). | ||||
| Goofys makes it possible to store Synapse's content repository (`media_store`) files on Amazon S3 (or other S3-compatible service) object storage. | ||||
|  | ||||
| Using a Goofys-backed media store works, but performance may not be ideal. If possible, try to use a region which is close to your Matrix server. | ||||
| See the project's [documentation](https://github.com/kahing/goofys/blob/master/README.md) to learn what it does and why it might be useful to you. | ||||
|  | ||||
| If you'd like to move your locally-stored media store data to Amazon S3 (or another S3-compatible object store), we also provide some migration instructions below. | ||||
| **Note**: as performance of a Goofys-backed media store may not be ideal, you may wish to use [synapse-s3-storage-provider](configuring-playbook-synapse-s3-storage-provider.md) instead, another (and better performing) way to mount a S3 bucket for Synapse. | ||||
|  | ||||
| If you'd like to move your locally-stored media store data to Amazon S3 (or another S3-compatible object store), you can refer our migration instructions below. | ||||
|  | ||||
| ## Adjusting the playbook configuration | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user