jgit/org.eclipse.jgit.lfs.server
qin shulei 79b46a0ef0 Fix S3Repository getSize to handle larger object sizes
Update `getSize` method in `S3Repository` to handle larger object sizes.
The method previously used `Integer.parseInt`
to parse the `Content-Length` header of an HTTP response,

which limited the maximum object size to 2 GB.

Replaces `Integer.parseInt` with `Long.parseLong`,
allowing the method to handle object sizes larger than 2 GB.

- Use minio as local S3 service for gerrit lfs plugin
- The minio seems will return the Content-length

Change-Id: Ia3a5fd1a335643786714aff3fcc7d10a6b152058
Signed-off-by: qin shulei <qinsl0106@thundersoft.com>
2023-06-29 11:00:35 +08:00
..
.settings Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
META-INF Prepare 6.7.0-SNAPSHOT builds 2023-05-24 17:31:26 +02:00
findBugs [spotbugs] Silence warning about unwritten field written by gson 2020-12-22 10:52:58 +01:00
resources/org/eclipse/jgit/lfs/server/internal Allow for using custom s3 host with lfs server 2020-05-10 11:29:27 +02:00
src/org/eclipse/jgit/lfs/server Fix S3Repository getSize to handle larger object sizes 2023-06-29 11:00:35 +08:00
.classpath Bump minimum required Java version to 11 2021-09-29 17:12:12 +02:00
.fbprefs Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
.gitignore Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
.project Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
BUILD Bazel: Add fixes for --incompatible_load_java_rules_from_bzl 2019-09-07 15:36:11 +09:00
about.html Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
build.properties Support LFS protocol and a file system based LFS storage 2016-02-04 17:49:43 +01:00
plugin.properties Fix bundle localization of Apache SSH bundle 2019-06-21 17:54:06 +02:00
pom.xml Prepare 6.7.0-SNAPSHOT builds 2023-05-24 17:31:26 +02:00