jussil / gcsdl

Simple way to download objects from Google Cloud Storage with environments default credentials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gcsdl

Simple way to download objects from Google Cloud Storage with environments default credentials.

Motivation behind the software is to have small and standalone binary instead of installing full Google Cloud SDK in order to download objects from storage.

Configuration

Cloud Storage Authentication

If you run this tool outside of Google Cloud where the credentials are already set in the environment, you just have to point environment variable GOOGLE_APPLICATION_CREDENTIALS to service accounts key.

Usage

gcsdl gs://my-bucket/my/object/path /file/destination

Author

Jussi Lindfors

About

Simple way to download objects from Google Cloud Storage with environments default credentials.

License:MIT License


Languages

Language:Go 100.0%