/DriveToS3

Script duplication Drive content to S3

Primary LanguagePythonMIT LicenseMIT

GitHub license GitHub repo size GitHub repo size Sonar Quality Gate

DriveToS3 (Duplication)

This script allows user to duplicate their drive or Shared Drives to AWS S3 bucket with AWS Access Key and AWS Secret Key.

Table of contents

Installation

You need to install all the dependencies via pip install (the best practice here is to create a venv and install dependencies in it) :

pip install -r requirements.txt

You need to create a credentials Oauth2 via GCP Console and download the credential in json then rename it to credentials.json and put it in the root of the script folder

Documentation