Skip to content

Menziess/google-storage-file-uploader

Repository files navigation

gcloud-uploader

Usage

First, follow this Google Authentication section to create a credentials.json file that is similar to the credentials.example.json file.

Modify the .env file so that it points to your bucket and the credentials file.

Run the following commands:

python setup.py install
upload -in-folder ../../Downloads/Videos -out-folder videos/ --pattern **/*

Files that already exist will not be overwritten.

About

A tool to upload files to google cloud storage without overwriting existing files with the same name.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages