mirror of
https://github.com/versity/versitygw.git
synced 2026-05-13 15:31:28 +00:00
The MoveData() requires that all but the last part be 4k aligned. We accidentally were including the alignment check for the last part causing large uploads where the total object was not a multiple of 4k to fallback to copying the last part. For very large part sizes this was triggering timeouts in some clients.