Parcourir la source

Fix anchor links and its title of documents related to Amazon S3

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3714/head
Suguru Hirahara il y a 1 an
Parent
révision
e9c5562ae7
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E4F9743DAB4B7B75
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +3
    -1
      docs/configuring-playbook.md
  2. +1
    -1
      docs/importing-synapse-media-store.md

+ 3
- 1
docs/configuring-playbook.md Voir le fichier

@@ -56,7 +56,9 @@ When you're done with all the configuration you'd like to do, continue with [Ins


- [Storing Matrix media files using matrix-media-repo](configuring-playbook-matrix-media-repo.md) (optional) - [Storing Matrix media files using matrix-media-repo](configuring-playbook-matrix-media-repo.md) (optional)


- [Storing Matrix media files on Amazon S3](configuring-playbook-s3.md) (optional)
- [Storing Synapse media files on Amazon S3 or another compatible Object Storage](configuring-playbook-s3.md) (optional)

- [Storing Matrix media files on Amazon S3 with Goofys](docs/configuring-playbook-s3-goofys.md) (optional)


- [Using an external PostgreSQL server](configuring-playbook-external-postgres.md) (optional) - [Using an external PostgreSQL server](configuring-playbook-external-postgres.md) (optional)




+ 1
- 1
docs/importing-synapse-media-store.md Voir le fichier

@@ -7,7 +7,7 @@ Run this if you'd like to import your `media_store` files from a previous instal


Before doing the actual data restore, **you need to upload your media store directory to the server** (any path is okay). Before doing the actual data restore, **you need to upload your media store directory to the server** (any path is okay).


If you are [Storing Matrix media files on Amazon S3](configuring-playbook-s3.md) (optional), restoring with this tool is not possible right now.
If you are [storing Matrix media files on Amazon S3](configuring-playbook-s3.md) (optional), restoring with this tool is not possible right now.


As an alternative, you can perform a manual restore using the [AWS CLI tool](https://aws.amazon.com/cli/) (e.g. `aws s3 sync /path/to/server/media_store/. s3://name-of-bucket/`) As an alternative, you can perform a manual restore using the [AWS CLI tool](https://aws.amazon.com/cli/) (e.g. `aws s3 sync /path/to/server/media_store/. s3://name-of-bucket/`)




Chargement…
Annuler
Enregistrer