summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-05 16:55:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-05 16:55:45 -0400
commitc02dda9a3d0afd3d066160a12a9276295e63e3e5 (patch)
treedfc78cfcffc114aeddefcc2e069c6bb30fe9aa39 /doc/tips
parent65af22fa744e0c3b02426e3a728cefcf8b6b242e (diff)
mention whereis
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/public_Amazon_S3_remote.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/tips/public_Amazon_S3_remote.mdwn b/doc/tips/public_Amazon_S3_remote.mdwn
index a1fb7f6f2..425646676 100644
--- a/doc/tips/public_Amazon_S3_remote.mdwn
+++ b/doc/tips/public_Amazon_S3_remote.mdwn
@@ -5,7 +5,7 @@ without them needing Amazon AWS credentials.
Note: Bear in mind that Amazon will charge the owner of the bucket
for public downloads from that bucket.
-## create remote
+## create public remote
First, export your Amazon AWS credentials:
@@ -44,6 +44,11 @@ In the checkout, enable the S3 remote:
Now, git-annex can be used as usual to download files from that remote.
+## sharing urls
+
+You can also share urls to files stored in a public S3 remote to people
+who are not using git-annex. To find the url, use `git annex whereis`.
+
----
See [[special_remotes/S3]] for details about configuring S3 remotes.