Skip to content

Commit

Permalink
typo: s3 https urls use the format $BUCKET.s3.$REGION.amazonaws.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Sep 10, 2024
1 parent 38b4d13 commit fd030ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/101-139-s3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Alternatively, this URL can also be copied from your AWS console.
.. code-block:: console
$ git annex enableremote public-s3 \
publicurl="https://$BUCKET.s3-eu-west-1.amazonaws.com"
publicurl="https://$BUCKET.s3.eu-west-1.amazonaws.com"
enableremote public-s3 ok
(recording state in git...)
Expand Down

0 comments on commit fd030ec

Please sign in to comment.