Skip STS calls for AWS account credentials when not needed

Skipping STS calls enables using the credential provider utility for calls to Minio
Fixes #15669

Signed-off-by: Clare Liguori <liguori@amazon.com>
This commit is contained in:
Clare Liguori
2023-01-12 08:59:25 -08:00
parent e4d8420996
commit 89062b8ba0
3 changed files with 19 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration-aws-node': patch
---
Skip STS API calls where not needed, to support Minio use cases