diff options
-rw-r--r-- | doc/tips/public_Amazon_S3_remote.mdwn | 7 |
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. |