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

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


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 1d7834d10 TIKA-4435: set a region
1d7834d10 is described below

commit 1d7834d1043c0dd5913d898291eafad565afb62c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jun 8 08:30:08 2025 +0200

    TIKA-4435: set a region
---
 .../src/test/resources/tika-config-aws-transcribe.xml                    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/src/test/resources/tika-config-aws-transcribe.xml
 
b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/src/test/resources/tika-config-aws-transcribe.xml
index fb23d38a3..4627dde4e 100644
--- 
a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/src/test/resources/tika-config-aws-transcribe.xml
+++ 
b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/src/test/resources/tika-config-aws-transcribe.xml
@@ -23,6 +23,7 @@
         <param name="bucket" type="string">bucket</param>
         <param name="clientId" type="string">clientId</param>
         <param name="clientSecret" type="string">clientSecret</param>
+        <param name="region" type="string">us-east-1</param>
       </params>
     </parser>
   </parsers>

Reply via email to