From de02424d162033a0abd01fef391a876316a58ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3n=20T=C3=B3mas=20Gr=C3=A9tarsson?= Date: Wed, 25 Nov 2020 12:46:30 -0800 Subject: [PATCH] Add a critical missing field to the extended config s3 example --- docs/sources/configuration/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/configuration/examples.md b/docs/sources/configuration/examples.md index 4c0b28b3b52f..ab750e167cde 100644 --- a/docs/sources/configuration/examples.md +++ b/docs/sources/configuration/examples.md @@ -162,6 +162,7 @@ or expanded config can be used. ```yaml storage_config: aws: + bucketnames: bucket_name1, bucket_name2 endpoint: s3.endpoint.com region: s3_region access_key_id: s3_access_key_id