File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ This app creates two types of transfers using the Transfer Service tool.
771 . Set up a project on Google Developers Console.
88 1 . Go to the [ Developers Console] ( https://cloud.google.com/console ) and create or select your project.
99 You will need the project ID later.
10+ 1 . Within Developers Console, select APIs & auth > Credentials.
11+ 1 . Add a new JSON key credential for a service account.
12+ 1 . Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to point to your JSON key.
10131 . Add the Storage Transfer service account,
[email protected] as an
1114 editor of your project.
12151 . Set up gcloud for application default credentials.
1316 1 . ` gcloud components update `
1417 1 . ` gcloud auth login `
1518 1 . ` gcloud config set project PROJECT_ID `
16- 1 . ` export GOOGLE_APPLICATION_CREDENTIALS=PATH/TO/CREDENTIALS.json `
17191 . Install [ Google API Client Library for Python] ( https://developers.google.com/api-client-library/python/start/installation ) .
1820
1921## Transfer from Amazon S3 to Google Cloud Storage
You can’t perform that action at this time.
0 commit comments