aws-s3-size
Version:
Simple module to calculate folder size in S3.
33 lines (31 loc) • 638 B
JSON
{
"name": "aws-s3-size",
"version": "0.1.0",
"description": "Simple module to calculate folder size in S3.",
"main": "index.js",
"author": "Modulus <feedback@modulus.io>",
"maintainers": [
"Charlie Key <charlie@modulus.io>",
"Brandon Cannaday <brandon@modulus.io>"
],
"repository": "",
"dependencies": {
"aws-sdk" : "2.0.16"
},
"repository": {
"type": "git",
"url": "https://github.com/onmodulus/aws-s3-size"
},
"devDependencies" : {
"mocha" : "1.7.x",
"expect.js" : "0.2.x"
},
"keywords": [
"aws",
"s3",
"folder",
"size",
"objects"
],
"license": "MIT"
}