Insufficiently Random

The lonely musings of a loosely connected software developer.

July 9, 2008

Using jgit To Publish on Amazon S3

Filed under: jgit — spearce @ 12:06 am

Recent versions of jgit, the 100% pure Java implementation of the Git version control system, support fetch and push directly over Amazon S3 .

It behaves like http push does in C git in that it is transparent to the end-user. Transparent client-side encryption can also be enabled, in case the repository data must be protected from the operators of S3.
(more…)

Insufficiently Random © 2002-2008