You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2022/05/25 17:28:00 UTC

[jira] [Commented] (BEAM-13827) upload to s3 fails if last chunk in finish happens to be of 0 length

    [ https://issues.apache.org/jira/browse/BEAM-13827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17542145#comment-17542145 ] 

Beam JIRA Bot commented on BEAM-13827:
--------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> 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
>              Labels: stale-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.7#820007)