From aed264cd3c62fb11a79cf8c2f6e2a17e28ea2e9e Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Tue, 16 Jan 2024 15:47:30 +0100 Subject: [PATCH] Fix rst reference --- cpt-repo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpt-repo.rst b/cpt-repo.rst index 0d99871..47a32f7 100644 --- a/cpt-repo.rst +++ b/cpt-repo.rst @@ -441,8 +441,8 @@ Once the bucket is available, the S3 storage settings are given as parameters to cvmfs_server mkfs -s /etc/cvmfs/.../mys3.conf \ -w http://mybucket.s3.amazonaws.com my.repo.name -The file ``mys3.conf`` contains the S3 settings (see :ref: `table below -`). The ``-w`` option is used define the S3 server URL, +The file ``mys3.conf`` contains the S3 settings (see :ref:`table below `). +The ``-w`` option is used define the S3 server URL, e.g. http://localhost:3128, which is used for accessing the repository's backend storage on S3.