From 39f40681a3ea3d96275641dedd30f376e0fcf498 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Sat, 13 Jul 2024 17:20:08 +0200 Subject: [PATCH 1/2] Update gitignore file Signed-off-by: Paolo Di Tommaso --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ef8d03430c..6214bfd68b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ temp plugins-prod sandbox wave-tests +x/* From 1ab8d56a628b2d7361d0bf37fa069b410086d69a Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Mon, 15 Jul 2024 08:33:39 +0200 Subject: [PATCH 2/2] Fix AWS default logs group name [ci skip] Signed-off-by: Paolo Di Tommaso --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 3c11195df3..645ec4f91e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -189,7 +189,7 @@ The following settings are available: `aws.batch.logsGroup` : :::{versionadded} 22.09.0-edge ::: -: The name of the logs group used by Batch Jobs (default: `/aws/batch`). +: The name of the logs group used by Batch Jobs (default: `/aws/batch/job`). `aws.batch.maxParallelTransfers` : Max parallel upload/download transfer operations *per job* (default: `4`).