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

commit 612d0ed0e53bd6e78e56c09521e173d2fe044163
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Oct 24 19:52:25 2025 +0200

    TIKA-4525: set default values, remove <pipesIterators>, add 
credentialsProvider, fix name
---
 .../src/test/resources/tika-config-s3ToFs.xml       | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git 
a/tika-integration-tests/tika-pipes-s3-integration-tests/src/test/resources/tika-config-s3ToFs.xml
 
b/tika-integration-tests/tika-pipes-s3-integration-tests/src/test/resources/tika-config-s3ToFs.xml
index ccb4f1b12..425482146 100644
--- 
a/tika-integration-tests/tika-pipes-s3-integration-tests/src/test/resources/tika-config-s3ToFs.xml
+++ 
b/tika-integration-tests/tika-pipes-s3-integration-tests/src/test/resources/tika-config-s3ToFs.xml
@@ -20,17 +20,18 @@
 <properties>
   <fetchers>
     <fetcher class="org.apache.tika.pipes.fetcher.s3.S3Fetcher">
-      <name>s3</name>
+      <name>s3f</name>
       <region>us-east-1</region>
-      <profile><!-- fill in here --></profile>
+      <profile>default</profile>
+      <bucket><!-- fill in here --></bucket>
+      <credentialsProvider>profile</credentialsProvider>
     </fetcher>
   </fetchers>
-  <pipesIterators>
-    <pipesIterator 
class="org.apache.tika.pipes.pipesiterator.s3.S3PipesIterator">
-      <fetcherName>s3</fetcherName>
-      <bucket><!-- fill in here --></bucket>
-      <region>us-east-1</region>
-      <profile><!-- fill in here --></profile>
-    </pipesIterator>
-  </pipesIterators>
+  <pipesIterator 
class="org.apache.tika.pipes.pipesiterator.s3.S3PipesIterator">
+    <fetcherName>s3f</fetcherName>
+    <bucket><!-- fill in here --></bucket>
+    <region>us-east-1</region>
+    <profile>default</profile>
+    <credentialsProvider>profile</credentialsProvider>
+  </pipesIterator>
 </properties>
\ No newline at end of file

Reply via email to