From 3f9f073cefbd5e1fd6a4f0c669acea08a5bcf935 Mon Sep 17 00:00:00 2001 From: Andrey Kostov Date: Thu, 11 Aug 2016 14:41:23 -0700 Subject: [PATCH] Edit configuration.md to add gcs credentials option Signed-off-by: Andrey Kostov --- docs/configuration.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index df3447090..fe95d5942 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -100,6 +100,17 @@ storage: gcs: bucket: bucketname keyfile: /path/to/keyfile + credentials: + type: service_account + project_id: project_id_string + private_key_id: private_key_id_string + private_key: private_key_string + client_email: client@example.com + client_id: client_id_string + auth_uri: http://example.com/auth_uri + token_uri: http://example.com/token_uri + auth_provider_x509_cert_url: http://example.com/provider_cert_url + client_x509_cert_url: http://example.com/client_cert_url rootdirectory: /gcs/object/name/prefix chunksize: 5242880 s3: @@ -389,6 +400,17 @@ storage: gcs: bucket: bucketname keyfile: /path/to/keyfile + credentials: + type: service_account + project_id: project_id_string + private_key_id: private_key_id_string + private_key: private_key_string + client_email: client@example.com + client_id: client_id_string + auth_uri: http://example.com/auth_uri + token_uri: http://example.com/token_uri + auth_provider_x509_cert_url: http://example.com/provider_cert_url + client_x509_cert_url: http://example.com/client_cert_url rootdirectory: /gcs/object/name/prefix s3: accesskey: awsaccesskey