From dfbdae092eb7c069fb3a4211c2b43a3c8a258e67 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 8 Dec 2022 14:10:13 +0100 Subject: [PATCH] add techdocs-backend changeset Signed-off-by: Johan Haals --- .changeset/smooth-bulldogs-fix.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/smooth-bulldogs-fix.md diff --git a/.changeset/smooth-bulldogs-fix.md b/.changeset/smooth-bulldogs-fix.md new file mode 100644 index 0000000000..bbbb02aa13 --- /dev/null +++ b/.changeset/smooth-bulldogs-fix.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs-backend': minor +--- + +Added a new optional `accountId` to the configuration options of the AWS S3 publisher. Configuring this option will source credentials for the `accountId` in the `aws` app config section. See https://github.com/backstage/backstage/blob/master/packages/integration-aws-node/README.md for more details.