Skip to content
This repository was archived by the owner on Mar 18, 2021. It is now read-only.

Uploading output to cloud

Thibault Maekelbergh edited this page Mar 25, 2019 · 2 revisions

There are scripts to upload your files to AWS S3 and to Google Cloud.

It is assumed that you have aws-cli or gsutil cli already installed on your system and have configured.

Each script takes 3 arguments

  1. Assets output folder
  2. Configuration output folder
  3. Bucket name

You can configure this service by adding one of these lines to hubble.sh:

...
+ upload_to_gcloud "$ASSETS_OUTPUT_DIR" "$CONFIG_OUTPUT_DIR" "$1"
+ upload_to_s3 "$ASSETS_OUTPUT_DIR" "$CONFIG_OUTPUT_DIR" "$1"
...
Clone this wiki locally