[
https://issues.apache.org/jira/browse/BEAM-13827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512493#comment-17512493
]
Beam JIRA Bot commented on BEAM-13827:
--------------------------------------
This issue was marked "stale-assigned" and has not received a public comment in
7 days. It is now automatically unassigned. If you are still working on it, you
can assign it to yourself again. Please also give an update about the status of
the work.
> upload to s3 fails if last chunk in finish happens to be of 0 length
> --------------------------------------------------------------------
>
> Key: BEAM-13827
> URL: https://issues.apache.org/jira/browse/BEAM-13827
> Project: Beam
> Issue Type: Bug
> Components: io-py-aws
> Affects Versions: 2.35.0
> Reporter: Johan Sternby
> Priority: P2
> Time Spent: 5h
> Remaining Estimate: 0h
>
> Multipart upload to s3 fails in finish method when last chunk is set to zero
> length, this happens if original buffer size is betweenÂ
> MIN_WRITE_SIZE = 5 * 1024 * 1024
> MAX_WRITE_SIZE = 5 * 1024 * 1024 * 1024
> from put()
--
This message was sent by Atlassian Jira
(v8.20.1#820001)