src for upload file to S3 object storage
This commit is contained in:
21
upload-large-file/package.json
Normal file
21
upload-large-file/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user