From 0aed8d47d718a86a1b19349e24fff3ae6a623396 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 31 Jan 2021 18:33:15 +0100 Subject: [PATCH] docs: Fix typo in S3 URL support --- doc/030_preparing_a_new_repo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/030_preparing_a_new_repo.rst b/doc/030_preparing_a_new_repo.rst index a2762e04e..43e409d28 100644 --- a/doc/030_preparing_a_new_repo.rst +++ b/doc/030_preparing_a_new_repo.rst @@ -240,7 +240,7 @@ or is only available via HTTP, you can specify the URL to the server like this: ``s3:http://server:port/bucket_name``. .. note:: restic expects `path-style URLs `__ - like for example ````s3.us-west-2.amazonaws.com/bucket_name``. + like for example ``s3.us-west-2.amazonaws.com/bucket_name``. Virtual-hosted–style URLs like ``bucket_name.s3.us-west-2.amazonaws.com``, where the bucket name is part of the hostname are not supported. These must be converted to path-style URLs instead, for example ``s3.us-west-2.amazonaws.com/bucket_name``.