From 5bc7398e5e48083ac64349e8fbe8325cbd2c0068 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 15 May 2026 22:55:19 +0200 Subject: [PATCH] doc: sync S3 path in tutorial with S3 path in reference Regional endpoints should be preferred. Omitting `https://` defaults to https. --- doc/080_examples.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/080_examples.rst b/doc/080_examples.rst index d57566739..9ca785d52 100644 --- a/doc/080_examples.rst +++ b/doc/080_examples.rst @@ -207,8 +207,7 @@ bucket's name, region, and your user's API credentials. .. code-block:: console $ unset HISTFILE - $ export AWS_DEFAULT_REGION="eu-west-1" - $ export RESTIC_REPOSITORY="s3:https://s3.amazonaws.com/restic-demo" + $ export RESTIC_REPOSITORY="s3:s3.eu-west-1.amazonaws.com/restic-demo" $ export AWS_ACCESS_KEY_ID="AKIAJAJSLTZCAZ4SRI5Q" $ export AWS_SECRET_ACCESS_KEY="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" $ export RESTIC_PASSWORD="I9n7G7G0ZpDWA3GOcJbIuwQCGvGUBkU5" @@ -221,7 +220,7 @@ repository: .. code-block:: console $ restic init - created restic backend b5c661a86a at s3:https://s3.amazonaws.com/restic-demo + created restic backend b5c661a86a at s3:s3.eu-west-1.amazonaws.com/restic-demo Please note that knowledge of your password is required to access the repository. Losing your password means that your data is