interlink

This commit is contained in:
Joey Hess 2015-09-17 09:33:17 -04:00
parent bf0a9d03c6
commit 0e04920aa0
2 changed files with 10 additions and 1 deletions

View file

@ -18,7 +18,7 @@ Now, create the remote:
initremote pubs3 (checking bucket) (creating bucket in US) ok initremote pubs3 (checking bucket) (creating bucket in US) ok
The public=yes is the crtical part; this lets the public read the contents The public=yes is the crtical part; this lets the public read the contents
of the bucket. of the bucket. (This feature needs git-annex 5.20150617 or newer.)
In the above example, no encryption was used, but it will also work In the above example, no encryption was used, but it will also work
if you enable encryption=shared. Then files will be encrypted on S3, and if you enable encryption=shared. Then files will be encrypted on S3, and

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2015-09-17T13:31:34Z"
content="""
For those not wanting to run their own web server, using Amazon S3 with
git-annex can work well; it can be configured to let the public download
files over http. See [[public_Amazon_S3_remote]].
"""]]