Skip to content

Commit 71508de

Browse files
committed
address
1 parent 0f02b15 commit 71508de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ Supported authorization methods' priority order is shown below:
272272

273273
#### Google Cloud Storage
274274

275-
The simplest way to configure object storage is by creating a json config file like [`/tmp/gcs.json`]:
275+
The simplest way to configure object storage is by creating a json config file like [`~/.config/gcloud/application_default_credentials.json`] (can be generated by `gcloud auth application-default login`):
276276

277277
```bash
278-
$ cat /tmp/gcs.json
278+
$ cat ~/.config/gcloud/application_default_credentials.json
279279
{
280280
"gcs_base_url": "http://localhost:4443",
281281
"disable_oauth": true,

0 commit comments

Comments
 (0)