s3-readstream
Version:
*Updated for AWS-SDK v3* Zero dependency S3Client streaming solution
31 lines (30 loc) • 718 B
JSON
{
"name": "s3-readstream",
"version": "2.0.1",
"description": "*Updated for AWS-SDK v3* Zero dependency S3Client streaming solution",
"main": "dist/S3Readstream.js",
"types": "dist/S3Readstream.d.js",
"scripts": {
"clean": "rm -rd dist",
"build": "npm run clean && tsc"
},
"keywords": [
"aws",
"s3",
"stream",
"readable",
"download",
"file"
],
"repository": {
"type": "git",
"url": "https://github.com/about14sheep/s3-readstream"
},
"author": "Austin Burger <aburger91@gmail.com> (https://austinburger.dev)",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.7.14",
"typescript": "^4.8.2",
"@aws-sdk/client-s3": "^3.362.0"
}
}