Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] push to S3 uses SSL?

Hi

I've found several blog posts on using jgit to push to a repo on s3.
Does it use SSL (https) ?

Is it possible that the s3 git repo will get corrupted due to partial upload?
It will probably can't happen with "real" git server probably but I wonder if the fact that s3 is just an http server make it unsafe.

Thanks


http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html
http://gabrito.com/post/storing-git-repositories-in-amazon-s3-for-high-availability
http://techflash.org/

Back to the top