Merge pull request #8636 from leons727/aws-s3-localstack

Support for non-amazonaws.com hosts in AwsS3UrlReader
This commit is contained in:
Patrik Oldsberg
2021-12-30 12:01:09 +01:00
committed by GitHub
9 changed files with 191 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Added support for non-"amazonaws.com" hosts (for example when testing with LocalStack) in AwsS3UrlReader.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Added `endpoint` and `s3ForcePathStyle` as optional configuration for AWS S3 integrations.