[
https://issues.apache.org/jira/browse/BEAM-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17131791#comment-17131791
]
Beam JIRA Bot commented on BEAM-3413:
-------------------------------------
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.
> Support copying GCs objects using rewrite operation
> ---------------------------------------------------
>
> Key: BEAM-3413
> URL: https://issues.apache.org/jira/browse/BEAM-3413
> Project: Beam
> Issue Type: Improvement
> Components: io-java-gcp
> Reporter: Chamikara Madhusanka Jayalath
> Priority: P2
> Labels: stale-P2
>
> Currently Java GCS FileSystem users GCS copy() operation to copy objects.
> https://github.com/apache/beam/blob/master/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/util/GcsUtil.java#L744
> According to GCS website this can result in HTTP 413 errors if copying takes
> more than 30 seconds:
> https://cloud.google.com/storage/docs/json_api/v1/status-codes
> The solution suggested there is to use the GCS rewrite() method.
> We should add support for this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)