We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f02b15 commit d693316Copy full SHA for d693316
README.md
@@ -272,10 +272,10 @@ Supported authorization methods' priority order is shown below:
272
273
#### Google Cloud Storage
274
275
-The simplest way to configure object storage is by creating a json config file like [`/tmp/gcs.json`]:
+The simplest way to configure object storage is by creating a json config file like [`~/.config/gcloud/application_default_credentials.json`]:
276
277
```bash
278
-$ cat /tmp/gcs.json
+$ cat ~/.config/gcloud/application_default_credentials.json
279
{
280
"gcs_base_url": "http://localhost:4443",
281
"disable_oauth": true,
0 commit comments