feat(file-s3): Add support for IAM role authentication to file-s3 provider (#10528)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user