fix: Make AWS credential work with global AWS services (#9631)

This commit is contained in:
Elias Meire
2024-06-05 16:53:45 +02:00
committed by GitHub
parent a946ead46e
commit 9dbea7393a
3 changed files with 188 additions and 19 deletions

View File

@@ -10,5 +10,5 @@
"nodes/**/*.json",
"credentials/translations/**/*.json"
],
"exclude": ["nodes/**/*.test.ts", "test/**"]
"exclude": ["nodes/**/*.test.ts", "credentials/**/*.test.ts", "test/**"]
}