You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/03/04 18:01:11 UTC

[GitHub] [beam] aromanenko-dev commented on a change in pull request #16987: [BEAM-14011] fix s3 filesystem multipart copy

aromanenko-dev commented on a change in pull request #16987:
URL: https://github.com/apache/beam/pull/16987#discussion_r819792771



##########
File path: sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/s3/S3FileSystem.java
##########
@@ -548,12 +554,15 @@ CompleteMultipartUploadResponse multipartCopy(
                         Math.min(objectSize - 1, bytePosition + uploadBufferSizeBytes - 1)))

Review comment:
       Perhaps, it would be useful to make it possible to configure the size of a part with multipart copy with CLI options (if not yet, sorry, I didn't check).




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org