File tree 1 file changed +3
-1
lines changed 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.
7
7
1 . Set up a project on Google Developers Console.
8
8
1 . Go to the [ Developers Console] ( https://cloud.google.com/console ) and create or select your project.
9
9
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.
10
13
1 . Add the Storage Transfer service account,
[email protected] as an
11
14
editor of your project.
12
15
1 . Set up gcloud for application default credentials.
13
16
1 . ` gcloud components update `
14
17
1 . ` gcloud auth login `
15
18
1 . ` gcloud config set project PROJECT_ID `
16
- 1 . ` export GOOGLE_APPLICATION_CREDENTIALS=PATH/TO/CREDENTIALS.json `
17
19
1 . Install [ Google API Client Library for Python] ( https://developers.google.com/api-client-library/python/start/installation ) .
18
20
19
21
## Transfer from Amazon S3 to Google Cloud Storage
You can’t perform that action at this time.
0 commit comments