From d361befedf5e864310d083e7804a8cf9b9409f3c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Jul 2017 15:24:46 +0200 Subject: Example of keyfile specification --- test/service/configurations-example.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test/service') diff --git a/test/service/configurations-example.yml b/test/service/configurations-example.yml index fc6e9dc81e..8bcc57f05a 100644 --- a/test/service/configurations-example.yml +++ b/test/service/configurations-example.yml @@ -8,6 +8,17 @@ s3: gcs: service: GCS + keyfile: { + type: "service_account", + project_id: "", + private_key_id: "", + private_key: "", + client_email: "", + client_id: "", + auth_uri: "https://accounts.google.com/o/oauth2/auth", + token_uri: "https://accounts.google.com/o/oauth2/token", + auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs", + client_x509_cert_url: "" + } project: - keyfile: bucket: -- cgit v1.2.3