Skip to content

Commit

Permalink
feat: using dualstack bucket URLs, also IPv6-only clients can access …
Browse files Browse the repository at this point in the history
…our data
  • Loading branch information
mikapfl committed Sep 10, 2024
1 parent fd030ec commit c41dad5
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.dualstack.eu-west-1.amazonaws.com"
enableremote public-s3 ok
(recording state in git...)
Expand Down

0 comments on commit c41dad5

Please sign in to comment.