)]}'
{
  "commit": "1bc3ea14d16cf347183690af0c07707fc5c3bbb2",
  "tree": "57b3b50848a2cc1a1bb66929b9eb180f976bbd2f",
  "parents": [
    "3c6b3a4ff1f28e790c8df9f74665446de2acf89f"
  ],
  "author": {
    "name": "John Eikenberry",
    "email": "jae@zhar.net",
    "time": "Thu Jan 02 14:33:58 2020 -0800"
  },
  "committer": {
    "name": "John Eikenberry",
    "email": "jae@zhar.net",
    "time": "Sun Jan 05 14:23:49 2020 -0800"
  },
  "message": "fix issue with file put resume/append\n\nFixes issue with append uploads. Was opening the file with O_APPEND, but\nit uses WriteAt() to write the data which doesn\u0027t work with a file\nopened in append mode. Removing the append flag fixes the issue as the\nclient is sending the offsets anyways.\n\nAlso added a note to the Request server\u0027s FileWriter interface on\nhandling append flags.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "06106af008dd06af5164a0891ff73d665f90be30",
      "old_mode": 33188,
      "old_path": "request-interfaces.go",
      "new_id": "dd224cdad1e4f53f1f2ea740d7041846358a7c93",
      "new_mode": 33188,
      "new_path": "request-interfaces.go"
    },
    {
      "type": "modify",
      "old_id": "e7d6d8160492b76fe8594a91a9491b7f341c65ab",
      "old_mode": 33188,
      "old_path": "server.go",
      "new_id": "905b75c29339f9c4a4b386d5d002e54a5683dd81",
      "new_mode": 33188,
      "new_path": "server.go"
    }
  ]
}
