rs3gw 0.2.2

High-Performance AI/HPC Object Storage Gateway powered by scirs2-io
{
  "name": "rs3gw-client-example",
  "version": "1.0.0",
  "description": "rs3gw JavaScript/Node.js client example",
  "main": "rs3gw-client.js",
  "scripts": {
    "demo": "node rs3gw-client.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "rs3gw",
    "s3",
    "object-storage",
    "aws-sdk"
  ],
  "author": "COOLJAPAN OU (Team Kitasan)",
  "license": "MIT",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.490.0",
    "@aws-sdk/lib-storage": "^3.490.0"
  }
}