]> source.dussan.org Git - jgit.git/commit
Fix IllegalArgumentException in AmazonS3 46/44546/2
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 25 Mar 2015 00:31:12 +0000 (01:31 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 9 Apr 2015 09:12:01 +0000 (11:12 +0200)
commit017032c465ff20ef255914eff9b58da67c5e46b4
tree58217216b68c64131a206668fffe3b4aff86cb21
parent300a55dcba9e38d8cbd56b206de682a2e00da402
Fix IllegalArgumentException in AmazonS3

JGit hit IllegalArgumentException: invalid content length
when pushing large packs to S3.

Bug: 463015
Change-Id: Iddf50d90c7e3ccb15b9ff71233338c6b204b3648
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/AmazonS3.java