)]}'
{
  "commit": "79b46a0ef0c8bd45b95ec4887789f9013a7fbcbc",
  "tree": "fbca70bb4fc4a8dd9c9f75dd1cd096f0db4a45b7",
  "parents": [
    "91b23cc552c1038cf6e37d256ebb47eb83a8a5f6"
  ],
  "author": {
    "name": "qin shulei",
    "email": "qinsl0106@thundersoft.com",
    "time": "Wed Jun 28 19:52:47 2023 +0800"
  },
  "committer": {
    "name": "qin shulei",
    "email": "qinsl0106@thundersoft.com",
    "time": "Thu Jun 29 11:00:35 2023 +0800"
  },
  "message": "Fix S3Repository getSize to handle larger object sizes\n\nUpdate `getSize` method in `S3Repository` to handle larger object sizes.\nThe method previously used `Integer.parseInt`\nto parse the `Content-Length` header of an HTTP response,\n\nwhich limited the maximum object size to 2 GB.\n\nReplaces `Integer.parseInt` with `Long.parseLong`,\nallowing the method to handle object sizes larger than 2 GB.\n\n- Use minio as local S3 service for gerrit lfs plugin\n- The minio seems will return the Content-length\n\nChange-Id: Ia3a5fd1a335643786714aff3fcc7d10a6b152058\nSigned-off-by: qin shulei \u003cqinsl0106@thundersoft.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3c98d7b9e5bf4a4791f31ab4961739041ee6cfc2",
      "old_mode": 33188,
      "old_path": "org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/s3/S3Repository.java",
      "new_id": "5ebce5d8c0ca8b6838ab616111cf517b745c8c45",
      "new_mode": 33188,
      "new_path": "org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/s3/S3Repository.java"
    }
  ]
}
