mention whereis

This commit is contained in:
Joey Hess 2015-06-05 16:55:45 -04:00
parent c1f616c414
commit 78adb5a25a

View file

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