Trilio: Specify tv-s3-endpoint-url config option

The guide mistakenly states that the 'tv-s3-endpoint-url' config option
for the trilio-data-mover and trilio-wlm charms can be omitted when
using AWS as a backend. Fix this.

Drive-by: Fix minor formatting issues.

Closes-Bug: #2051961
Change-Id: I491468756676fdcf6555ab12b15d6cd75a6eef88
Signed-off-by: Peter Matulis <peter.matulis@canonical.com>
This commit is contained in:
Peter Matulis 2024-02-01 12:34:27 -05:00
parent c625ca4690
commit 17128e1e11
2 changed files with 4 additions and 4 deletions

View File

@ -245,7 +245,7 @@ To configure for an S3 backend:
Parameters that describe the S3 service are passed with configuration
options available to both the trilio-wlm and trilio-data-mover charms:
* ``tv-s3-endpoint-url`` the URL of the S3 storage (can be omitted if using AWS)
* ``tv-s3-endpoint-url`` the URL of the S3 storage
* ``tv-s3-secret-key`` the secret key for accessing the S3 storage
* ``tv-s3-access-key`` the access key for accessing the S3 storage
* ``tv-s3-region-name`` the region for accessing the S3 storage

View File

@ -146,17 +146,17 @@ Using S3 to store backups
The Trilio charms now support using an S3 compatible storage service to store
backups. This is achieved by setting the ``backup-target-type`` option of the
trilio-data-mover and trilio-wlm charms to `S3` and set the following
trilio-data-mover and trilio-wlm charms to ``S3`` and set the following
configuration options to provide information regarding the S3 service:
* ``tv-s3-endpoint-url`` the URL of the S3 storage (can be omitted if using AWS)
* ``tv-s3-endpoint-url`` the URL of the S3 storage
* ``tv-s3-secret-key`` the secret key for accessing the S3 storage
* ``tv-s3-access-key`` the access key for accessing the S3 storage
* ``tv-s3-region-name`` the region for accessing the S3 storage
* ``tv-s3-bucket`` the S3 bucket to use to storage backups in
* ``tv-s3-ssl-cert`` the SSL CA to use when connecting to the S3 service
See `DeploymentGuideTrilio`_ for more details.
See `DeploymentGuideTrilio`_ for more details.
.. warning::