chore: migrate AWS SDK for JavaScript v2 APIs to v3 (#2904)

* chore: convert s3.promise callback to async-await

* chore: run codemod on e2e/utils/artifacts.js

* chore: format

* chore(deps): replace AWS SDK for JavaScript v2 with v3

* chore: bump lockfile

* chore: changes to bracket spacing in imports

Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>

---------

Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>
This commit is contained in:
Trivikram Kamat
2023-11-16 13:39:55 -08:00
committed by GitHub
parent 61bc359959
commit a63bdd7cf2
3 changed files with 3961 additions and 238 deletions

View File

@@ -133,6 +133,8 @@
]
},
"devDependencies": {
"@aws-sdk/client-s3": "3.445.0",
"@aws-sdk/lib-storage": "3.445.0",
"@babel/cli": "7.17.6",
"@babel/core": "7.17.8",
"@babel/plugin-proposal-class-properties": "7.16.7",
@@ -158,7 +160,6 @@
"@typescript-eslint/parser": "5.18.0",
"7zip-bin": "5.1.1",
"auto-launch": "5.0.5",
"aws-sdk": "^2.1190.0",
"axios": "0.26.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.4",