This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch TIKA-4559
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/TIKA-4559 by this push:
new 36346f5df TIKA-4559 -- one more?
36346f5df is described below
commit 36346f5df93a6e6ec3952ad3db3af54acc77b5a8
Author: tallison <[email protected]>
AuthorDate: Tue Dec 9 12:15:08 2025 -0500
TIKA-4559 -- one more?
---
.../src/test/resources/s3/plugins-template.json | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git
a/tika-integration-tests/tika-pipes-s3-integration-tests/src/test/resources/s3/plugins-template.json
b/tika-integration-tests/tika-pipes-s3-integration-tests/src/test/resources/s3/plugins-template.json
index 1415f1876..587347388 100644
---
a/tika-integration-tests/tika-pipes-s3-integration-tests/src/test/resources/s3/plugins-template.json
+++
b/tika-integration-tests/tika-pipes-s3-integration-tests/src/test/resources/s3/plugins-template.json
@@ -1,7 +1,7 @@
{
"fetchers": {
- "s3-fetcher": {
- "s3f": {
+ "s3f": {
+ "s3-fetcher": {
"region": "{REGION}",
"bucket": "{FETCH_BUCKET}",
"credentialsProvider": "key_secret",
@@ -10,13 +10,18 @@
"endpointConfigurationService": "{ENDPOINT_CONFIGURATION_SERVICE}",
"pathStyleAccessEnabled": true,
"maxConnections": 50,
- "throttleSeconds": [30, 120, 600, 1200]
+ "throttleSeconds": [
+ 30,
+ 120,
+ 600,
+ 1200
+ ]
}
}
},
"emitters": {
- "s3-emitter": {
- "s3e": {
+ "s3e": {
+ "s3-emitter": {
"region": "{REGION}",
"bucket": "{EMIT_BUCKET}",
"credentialsProvider": "key_secret",