From 3bc0683d9bc53f930f618527eff21fad49e93eae Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 30 Aug 2024 13:21:44 +0200 Subject: [PATCH] Add history fragment Signed-off-by: Jakub Jelen --- docs/changelog-fragments/638.bugfix.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog-fragments/638.bugfix.rst diff --git a/docs/changelog-fragments/638.bugfix.rst b/docs/changelog-fragments/638.bugfix.rst new file mode 100644 index 000000000..ac1ff6077 --- /dev/null +++ b/docs/changelog-fragments/638.bugfix.rst @@ -0,0 +1,5 @@ +Fixed reading files over SFTP that go over the pre-defined chunk size. + +Prior to this change, the files could end up being corrupted, ending up with the last read chunk written to the file instead of the entire payload. + +-- by :user:`Jakuje`