diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-17 09:33:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-17 09:39:20 -0400 |
commit | dc9f8ff6e2ddedb3d407f65c205efbe6ac01311d (patch) | |
tree | 08756b6a942df00fee413dc644da086cd8eaf205 /doc/tips | |
parent | cb21f96ca2ae7e165f26f338ba63c84fd6de5613 (diff) |
interlink
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/public_Amazon_S3_remote.mdwn | 2 | ||||
-rw-r--r-- | doc/tips/setup_a_public_repository_on_a_web_site/comment_4_e20ea0dc04d4d62b699271483f81a136._comment | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/tips/public_Amazon_S3_remote.mdwn b/doc/tips/public_Amazon_S3_remote.mdwn index 425646676..d362fd75d 100644 --- a/doc/tips/public_Amazon_S3_remote.mdwn +++ b/doc/tips/public_Amazon_S3_remote.mdwn @@ -18,7 +18,7 @@ Now, create the remote: initremote pubs3 (checking bucket) (creating bucket in US) ok 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 if you enable encryption=shared. Then files will be encrypted on S3, and diff --git a/doc/tips/setup_a_public_repository_on_a_web_site/comment_4_e20ea0dc04d4d62b699271483f81a136._comment b/doc/tips/setup_a_public_repository_on_a_web_site/comment_4_e20ea0dc04d4d62b699271483f81a136._comment new file mode 100644 index 000000000..8559a5700 --- /dev/null +++ b/doc/tips/setup_a_public_repository_on_a_web_site/comment_4_e20ea0dc04d4d62b699271483f81a136._comment @@ -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]]. +"""]] |