From 113c6483e66d00de4165280f09569f148d6029f8 Mon Sep 17 00:00:00 2001 From: Nicolas Kamzol Date: Thu, 27 Jun 2024 09:58:45 +0200 Subject: [PATCH] docs: update s3 config --- docs/topics/configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/topics/configuration.md b/docs/topics/configuration.md index bdc5663..e2b0130 100644 --- a/docs/topics/configuration.md +++ b/docs/topics/configuration.md @@ -212,11 +212,11 @@ The following options are available if the S3 backend is selected: aets: - aet: RESEARCH backend: S3 - s3: - endpoint: http://s3.local - bucket: research - region: local - credentials: + endpoint: http://s3.local + bucket: research + region: local + concurrency: 32 + credentials: access-key: ABC123 secret-key: topSecret ```