This is an automated email from the ASF dual-hosted git repository.

gaborgsomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new c6c4a06997b [FLINK-39119] Package Native S3 FileSystem in Distribution
c6c4a06997b is described below

commit c6c4a06997b1666fe1ca0de667b9ed72974c4ea6
Author: Samrat <[email protected]>
AuthorDate: Mon Mar 23 14:06:26 2026 +0530

    [FLINK-39119] Package Native S3 FileSystem in Distribution
---
 flink-dist/src/main/assemblies/opt.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flink-dist/src/main/assemblies/opt.xml 
b/flink-dist/src/main/assemblies/opt.xml
index dac7c365da0..914758fe585 100644
--- a/flink-dist/src/main/assemblies/opt.xml
+++ b/flink-dist/src/main/assemblies/opt.xml
@@ -72,6 +72,13 @@
                        <fileMode>0644</fileMode>
                </file>
 
+               <file>
+                       
<source>../flink-filesystems/flink-s3-fs-native/target/flink-s3-fs-native-${project.version}.jar</source>
+                       <outputDirectory>opt/</outputDirectory>
+                       
<destName>flink-s3-fs-native-${project.version}.jar</destName>
+                       <fileMode>0644</fileMode>
+               </file>
+
                <file>
                        
<source>../flink-filesystems/flink-oss-fs-hadoop/target/flink-oss-fs-hadoop-${project.version}.jar</source>
                        <outputDirectory>opt/</outputDirectory>

Reply via email to