yfuruyama / gcs-aws-sdk-oauth2

Go example for accessing GCS using AWS SDK with OAuth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gcs-aws-sdk-oauth2

Go example for accessing GCS using AWS SDK with OAuth2.

This is the example codes for medium article, Accessing Google Cloud Storage using AWS SDK and OAuth2.

How to run sample codes

export GO111MODULE=on

go run main.go --bucket=<GCS_BUCKET_NAME> --projectId=<GCP_PROJECT_ID>

About

Go example for accessing GCS using AWS SDK with OAuth2


Languages

Language:Go 100.0%