From 54e34347a5a14f1807fa2236a32e171e58ee7a96 Mon Sep 17 00:00:00 2001 From: Clare Liguori Date: Fri, 25 Nov 2022 11:47:35 -0800 Subject: [PATCH] Add missing comma Signed-off-by: Clare Liguori --- .changeset/slow-flies-marry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/slow-flies-marry.md b/.changeset/slow-flies-marry.md index dbf461b013..7031e379a2 100644 --- a/.changeset/slow-flies-marry.md +++ b/.changeset/slow-flies-marry.md @@ -5,5 +5,5 @@ Upgrade to AWS SDK for Javascript v3 -Techdocs support for AWS S3 now requires defining the AWS region to connect to +Techdocs support for AWS S3 now requires defining the AWS region to connect to. If `techdocs.publisher.awsS3.region` is missing from the config, the AWS environment variable `AWS_REGION` will be used.