Merge pull request #14693 from clareliguori/upgrade-techdocs-sdk-v3

TechDocs: upgrade to AWS SDK v3
This commit is contained in:
Patrik Oldsberg
2022-11-28 13:56:22 +01:00
committed by GitHub
10 changed files with 1335 additions and 597 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-events-backend-module-aws-sqs': patch
---
Upgrade to AWS SDK for Javascript v3
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-techdocs-node': patch
---
Upgrade to AWS SDK for Javascript v3
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.