s3-bucket-stream
Version:
Readable stream of the Body of every object in an S3 bucket.
38 lines (37 loc) • 868 B
JSON
{
"name": "s3-bucket-stream",
"version": "1.3.2",
"description": "Readable stream of the Body of every object in an S3 bucket.",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sunnypurewal/s3bucketstream.git"
},
"keywords": [
"s3",
"aws",
"bucket",
"stream",
"objects",
"getobjects",
"listobjectsv2",
"listobjects"
],
"author": "Sunny Purewal",
"license": "ISC",
"bugs": {
"url": "https://github.com/sunnypurewal/s3bucketstream/issues"
},
"homepage": "https://github.com/sunnypurewal/s3bucketstream#readme",
"dependencies": {
"aws-sdk": "^2.614.0"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/node": "^13.7.0",
"typescript": "^3.7.5"
}
}