From: Ilya_Shlyakhter Date: Wed, 25 Nov 2020 20:31:23 +0000 (+0000) Subject: fix typo in git-annex command to create public S3 remote X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~102^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=41f9926b79f22972b29f71372a3066be8d470292;p=git-annex.git fix typo in git-annex command to create public S3 remote --- diff --git a/doc/tips/publishing_your_files_to_the_public.mdwn b/doc/tips/publishing_your_files_to_the_public.mdwn index 5716e15823..79ca1afa3b 100644 --- a/doc/tips/publishing_your_files_to_the_public.mdwn +++ b/doc/tips/publishing_your_files_to_the_public.mdwn @@ -17,7 +17,7 @@ remote for the first time. Set up your special [[S3 remote|special_remotes/S3]] with (at least) these options: - git annex initremote public-s3 type=s3 encryption=none bucket=$BUCKET exporttree=yes public=yes + git annex initremote public-s3 type=S3 encryption=none bucket=$BUCKET exporttree=yes public=yes Be sure to replace $BUCKET with something like "public-bucket-joey" when you follow along in your shell.