projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79135e4
)
fix typo in git-annex command to create public S3 remote
author
Ilya_Shlyakhter
<Ilya_Shlyakhter@web>
Wed, 25 Nov 2020 20:31:23 +0000
(20:31 +0000)
committer
admin
<admin@branchable.com>
Wed, 25 Nov 2020 20:31:23 +0000
(20:31 +0000)
doc/tips/publishing_your_files_to_the_public.mdwn
patch
|
blob
|
history
diff --git
a/doc/tips/publishing_your_files_to_the_public.mdwn
b/doc/tips/publishing_your_files_to_the_public.mdwn
index 5716e158236529210dec3593297a004d66853f32..79ca1afa3bf064ba90647f604f4c4a035259a932 100644
(file)
--- 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=
s
3 encryption=none bucket=$BUCKET exporttree=yes public=yes
+ git annex initremote public-s3 type=
S
3 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.