kennknowles opened a new issue, #18661:
URL: https://github.com/apache/beam/issues/18661

   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.
   
   
   Imported from Jira 
[BEAM-3413](https://issues.apache.org/jira/browse/BEAM-3413). Original Jira may 
contain additional context.
   Reported by: chamikara.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to