diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-26 01:00:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-26 01:00:58 -0400 |
commit | 088ffe916c11fc9ac8bba6f66a086e282f9c1a50 (patch) | |
tree | b9e1ec3db6318c4a6368f628596b62eeee638dc5 | |
parent | 67e1e8e7286867dae8f213e8e318e1c17256504e (diff) |
update
-rw-r--r-- | doc/tips/Internet_Archive_via_S3.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tips/Internet_Archive_via_S3.mdwn b/doc/tips/Internet_Archive_via_S3.mdwn index 8c0f2dde7..d7893693f 100644 --- a/doc/tips/Internet_Archive_via_S3.mdwn +++ b/doc/tips/Internet_Archive_via_S3.mdwn @@ -8,6 +8,15 @@ correspond to "items" at the Internet Archive, and use git-annex to upload your files to there. Of course, your use of the Internet Archive must comply with their [terms of service](http://www.archive.org/about/terms.php). +A nice added feature is that whenever git-annex sends a file to the +Internet Archive, it records its url, the same as if you'd run `git annex +addurl`. So any users who can clone your repository can download the files +from archive.org, without needing any login or password info. This makes +the Internet Archive a nice way to publish the large files associated with +a public git repository. + +---- + Sign up for an account, and get your access keys here: <http://www.archive.org/account/s3.php> |