examples/aws-nodejs: upgrade to AWS-SDK v3 (#4515)

This commit is contained in:
Antoine du Hamel 2023-06-22 12:18:35 +02:00 committed by GitHub
parent 2c75ddacfe
commit 44e5e0e2d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 46 deletions

View file

@ -8,10 +8,10 @@
"start": "node index.js"
},
"private": true,
"author": "",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1038.0",
"@aws-sdk/client-s3": "^3.338.0",
"@aws-sdk/s3-request-presigner": "^3.338.0",
"body-parser": "^1.20.0",
"dotenv": "^16.0.0",
"express": "^4.18.1"