feat(file-s3): Add support for IAM role authentication to file-s3 provider (#10528)

This commit is contained in:
Stevche Radevski
2024-12-11 18:30:37 +08:00
committed by GitHub
parent fd77809158
commit 3626118eef
3 changed files with 30 additions and 11 deletions

View File

@@ -21,7 +21,7 @@
"license": "MIT",
"scripts": {
"test": "jest --passWithNoTests src",
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
"test:integration": "jest --forceExit -- integration-tests/__tests__/*.spec.ts",
"build": "rimraf dist && tsc --build ./tsconfig.json",
"watch": "tsc --watch"
},