fix typo in git-annex command to create public S3 remote

This commit is contained in:
Ilya_Shlyakhter 2020-11-25 20:31:23 +00:00 committed by admin
parent 79135e4a92
commit 41f9926b79

View 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.