fix typo in git-annex command to create public S3 remote
authorIlya_Shlyakhter <Ilya_Shlyakhter@web>
Wed, 25 Nov 2020 20:31:23 +0000 (20:31 +0000)
committeradmin <admin@branchable.com>
Wed, 25 Nov 2020 20:31:23 +0000 (20:31 +0000)
doc/tips/publishing_your_files_to_the_public.mdwn

index 5716e158236529210dec3593297a004d66853f32..79ca1afa3bf064ba90647f604f4c4a035259a932 100644 (file)
@@ -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.