package.json 293 Bytes
Newer Older
Joe Robinson's avatar
Joe Robinson committed
{
  "name": "aws-fetch-file-and-store-in-s3",
  "description": "Fetch an image from remote source (URL) and then upload the image to a S3 bucket.",
  "version": "1.0.0",
  "author": "Bozhao Yu",
  "license": "MIT",
  "dependencies": {
    "aws-sdk": "^2.7.9",
    "node-fetch": "^1.6.3"
  }
}