Skip to content

Instantly share code, notes, and snippets.

@mshakhomirov
Created October 12, 2019 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshakhomirov/116c39395e4a68413cebc89c325828c0 to your computer and use it in GitHub Desktop.
Save mshakhomirov/116c39395e4a68413cebc89c325828c0 to your computer and use it in GitHub Desktop.
{
"name": "gcs-transfer",
"version": "0.0.1",
"private": true,
"scripts": {},
"dependencies": {
"@google-cloud/storage": "^3.3.0",
"async": "^3.1.0",
"aws-sdk": "^2.512.0",
"moment": "^2.17.1",
"request": "^2.81.0"
},
"description": "Microservice lambda to copy files fromS3 to Google cloud storage.",
"main": "index.js",
"devDependencies": {},
"author": "Mike Shakhomirov - mshakhomirov@gmail.com",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment