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

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c0c67cdd TIKA-4525: migrate to aws v2
3c0c67cdd is described below

commit 3c0c67cdddb6d8e31c4d9f066c03b1c4816ceded
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 20 14:08:19 2025 +0200

    TIKA-4525: migrate to aws v2
---
 tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
index e50d7bbdf..30289744b 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
@@ -44,6 +44,14 @@
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+          <groupId>software.amazon.awssdk</groupId>
+          <artifactId>s3</artifactId>
+        </dependency>
+        <dependency>
+          <groupId>software.amazon.awssdk</groupId>
+          <artifactId>apache-client</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to