From f673068dbbb0b334a0673718c412eb3ebb6ff692 Mon Sep 17 00:00:00 2001 From: rawtaz Date: Mon, 8 Aug 2022 12:51:43 +0200 Subject: [PATCH 1/2] doc: Update link to GCS documentation Updates the link to Google Cloud Storage documentation about creating a service account key. --- doc/030_preparing_a_new_repo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/030_preparing_a_new_repo.rst b/doc/030_preparing_a_new_repo.rst index df6afcec0..5f12cdb17 100644 --- a/doc/030_preparing_a_new_repo.rst +++ b/doc/030_preparing_a_new_repo.rst @@ -583,7 +583,7 @@ The number of concurrent connections to the GCS service can be set with the established. .. _service account: https://cloud.google.com/storage/docs/authentication#service_accounts -.. _create a service account key: https://cloud.google.com/storage/docs/authentication#generating-a-private-key +.. _create a service account key: https://cloud.google.com/iam/docs/creating-managing-service-account-keys#iam-service-account-keys-create-console .. _default authentication material: https://developers.google.com/identity/protocols/application-default-credentials .. _other-services: From 40c8755b1340a25ecce00ed62b3ca76db4b1145b Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Mon, 8 Aug 2022 20:00:44 +0200 Subject: [PATCH 2/2] doc: Update more links to GCS documentation --- doc/030_preparing_a_new_repo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/030_preparing_a_new_repo.rst b/doc/030_preparing_a_new_repo.rst index 5f12cdb17..c8ad425a3 100644 --- a/doc/030_preparing_a_new_repo.rst +++ b/doc/030_preparing_a_new_repo.rst @@ -582,9 +582,9 @@ The number of concurrent connections to the GCS service can be set with the ``-o gs.connections=10`` switch. By default, at most five parallel connections are established. -.. _service account: https://cloud.google.com/storage/docs/authentication#service_accounts +.. _service account: https://cloud.google.com/iam/docs/service-accounts .. _create a service account key: https://cloud.google.com/iam/docs/creating-managing-service-account-keys#iam-service-account-keys-create-console -.. _default authentication material: https://developers.google.com/identity/protocols/application-default-credentials +.. _default authentication material: https://cloud.google.com/docs/authentication/production .. _other-services: