src for upload file to S3 object storage

This commit is contained in:
2026-01-08 17:37:55 +07:00
parent 7c17aa7843
commit 6f8c8d7dfa
9 changed files with 3329 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "upload-large-file",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start:api": "node src/be/index.js",
"start:client": "http-server src/fe -p 8080"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-s3": "3.670.0",
"@aws-sdk/s3-request-presigner": "3.670.0",
"aws-sdk": "2.1691.0",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.21.1",
"multer": "1.4.5-lts.1"
}
}