tiny-storage-client
Version:
Tiny node client to request distributed AWS S3 or the OpenStack Swift Object Storage.
40 lines (39 loc) • 867 B
JSON
{
"name": "tiny-storage-client",
"version": "3.3.0",
"description": "Tiny node client to request distributed AWS S3 or the OpenStack Swift Object Storage.",
"main": "index.js",
"scripts": {
"test": "mocha ./tests",
"lint": "eslint --fix \"index.js\" \"s3.js\" \"swift.js\" \"xmlToJson.js\" \"tests/**/*.js\""
},
"keywords": [
"Object",
"Storage",
"SDK",
"OVH",
"OpenStack",
"Swift",
"Nodejs",
"Performances",
"Tiny",
"High Availability",
"S3",
"Aws4",
"Bucket",
"Distributed",
"Vanillajs"
],
"author": "Steevepay",
"homepage": "https://github.com/carboneio/tiny-storage-client",
"license": "Apache-2.0",
"dependencies": {
"aws4": "=1.13.2",
"rock-req": "=5.1.3"
},
"devDependencies": {
"eslint": "=9.14.0",
"mocha": "=10.8.2",
"nock": "=13.5.6"
}
}