mosche commented on code in PR #17113: URL: https://github.com/apache/beam/pull/17113#discussion_r844893417
########## sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/common/RetryConfiguration.java: ########## @@ -68,7 +68,7 @@ public abstract RetryConfiguration.Builder toBuilder(); public static Builder builder() { - return Builder.builder(); + return Builder.builder().numRetries(3); Review Comment: That's the default of fallback retry mode ('LEGACY') of the AWS SDK if nothing is configured -- 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-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org