Skip to content

Commit fd030ec

Browse files
committed
typo: s3 https urls use the format $BUCKET.s3.$REGION.amazonaws.com
1 parent 38b4d13 commit fd030ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/101-139-s3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Alternatively, this URL can also be copied from your AWS console.
261261
.. code-block:: console
262262
263263
$ git annex enableremote public-s3 \
264-
publicurl="https://$BUCKET.s3-eu-west-1.amazonaws.com"
264+
publicurl="https://$BUCKET.s3.eu-west-1.amazonaws.com"
265265
enableremote public-s3 ok
266266
(recording state in git...)
267267

0 commit comments

Comments
 (0)