Skip to content

Upload and delete files from Google Cloud Storage

Notifications You must be signed in to change notification settings

ExtremeSolution/gcs-uploader

 
 

Repository files navigation

Upload Files to Google Cloud Storage

Node application built to serve as reusable service for uploading and deleting files to/from Google Cloud Storage.

Requirements

  • NodeJS v12 or later

How to run the application

1. Environment Variables

Environment variables are mandatory to run the application. Copy .env.copy to .env, and fill all mandatory variables.

2. Add Service Account key to root folder

Add service account JSON key for GCS to root folder using filename key.json

3. Install Dependencies

    npm install

4. Run Application

    npm start

Docker Container

Docker Container is included in the repository.

About

Upload and delete files from Google Cloud Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • Dockerfile 14.4%