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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa570d0d3b [fs] Fix ClassNotFoundException: ObjectTransfer (#7302)
fa570d0d3b is described below

commit fa570d0d3bb7bd64a945a7c948cb64fc33f40a02
Author: 吴祥平 <[email protected]>
AuthorDate: Wed Feb 25 20:07:54 2026 +0800

    [fs] Fix ClassNotFoundException: ObjectTransfer (#7302)
---
 paimon-filesystems/paimon-s3-impl/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/paimon-filesystems/paimon-s3-impl/pom.xml 
b/paimon-filesystems/paimon-s3-impl/pom.xml
index 9dfbcc76a0..b12cbb38b6 100644
--- a/paimon-filesystems/paimon-s3-impl/pom.xml
+++ b/paimon-filesystems/paimon-s3-impl/pom.xml
@@ -172,6 +172,11 @@
             <artifactId>lakeformation</artifactId>
             <version>${fs.s3.awssdk.version}</version>
         </dependency>
+        <dependency>
+            <groupId>software.amazon.awssdk</groupId>
+            <artifactId>s3-transfer-manager</artifactId>
+            <version>${fs.s3.awssdk.version}</version>
+        </dependency>
 
         <dependency>
             <!-- Hadoop requires jaxb-api for javax.xml.bind.JAXBException -->

Reply via email to