Efrat19 commented on code in PR #28285:
URL: https://github.com/apache/flink/pull/28285#discussion_r3340388252


##########
flink-filesystems/flink-s3-fs-base/src/main/java/org/apache/flink/fs/s3/common/AbstractS3FileSystemFactory.java:
##########
@@ -90,6 +90,19 @@ public abstract class AbstractS3FileSystemFactory implements 
FileSystemFactory {
                     .defaultValue(100)
                     .withDescription("Maximum number of files to download per 
one call to s5cmd");
 
+    public static final ConfigOption<Boolean> S5CMD_ADJUST_PART_SIZE =
+            ConfigOptions.key("s3.s5cmd.adjust-part-size")
+                    .booleanType()
+                    .defaultValue(false)

Review Comment:
   Done. I updated release notes on the ticket



-- 
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