From 0c0d760f8cc7650c37283dfb61974db70432bc77 Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Tue, 25 Aug 2026 02:25:37 +0000 Subject: [PATCH 1/3] fix(storage): resolve reST link target mismatch in README and add long_description_content_type --- packages/google-cloud-storage/README.rst | 2 +- packages/google-cloud-storage/docs/README.rst | 2 +- packages/google-cloud-storage/setup.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-storage/README.rst b/packages/google-cloud-storage/README.rst index 7422dfc88401..eeafe4b97ad9 100644 --- a/packages/google-cloud-storage/README.rst +++ b/packages/google-cloud-storage/README.rst @@ -55,7 +55,7 @@ A step-by-step guide may also be found in `Get Started with Client Libraries`_. .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Storage API.: https://console.cloud.google.com/flows/enableapi?apiid=storage-api.googleapis.com -.. _Setup Authentication.: https://cloud.google.com/docs/authentication/client-libraries +.. _Set up Authentication.: https://cloud.google.com/docs/authentication/client-libraries Installation ~~~~~~~~~~~~ diff --git a/packages/google-cloud-storage/docs/README.rst b/packages/google-cloud-storage/docs/README.rst index 7422dfc88401..eeafe4b97ad9 100644 --- a/packages/google-cloud-storage/docs/README.rst +++ b/packages/google-cloud-storage/docs/README.rst @@ -55,7 +55,7 @@ A step-by-step guide may also be found in `Get Started with Client Libraries`_. .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Storage API.: https://console.cloud.google.com/flows/enableapi?apiid=storage-api.googleapis.com -.. _Setup Authentication.: https://cloud.google.com/docs/authentication/client-libraries +.. _Set up Authentication.: https://cloud.google.com/docs/authentication/client-libraries Installation ~~~~~~~~~~~~ diff --git a/packages/google-cloud-storage/setup.py b/packages/google-cloud-storage/setup.py index 036babf4a934..aaf15566415f 100644 --- a/packages/google-cloud-storage/setup.py +++ b/packages/google-cloud-storage/setup.py @@ -117,6 +117,7 @@ version=version, description=description, long_description=readme, + long_description_content_type="text/x-rst", author="Google LLC", author_email="googleapis-packages@google.com", license="Apache-2.0", From 21d6c40cfde017fb939727957d9c78231cdf56e8 Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Fri, 4 Sep 2026 13:23:01 +0000 Subject: [PATCH 2/3] PR feedback --- .../client-post-processing/storage-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/generator-input/client-post-processing/storage-integration.yaml b/.librarian/generator-input/client-post-processing/storage-integration.yaml index 6a26886ca39f..3d69e562532e 100644 --- a/.librarian/generator-input/client-post-processing/storage-integration.yaml +++ b/.librarian/generator-input/client-post-processing/storage-integration.yaml @@ -347,7 +347,7 @@ replacements: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Storage API.: https://console.cloud.google.com/flows/enableapi?apiid=storage-api.googleapis.com - .. _Setup Authentication.: https://cloud.google.com/docs/authentication/client-libraries + .. _Set up Authentication.: https://cloud.google.com/docs/authentication/client-libraries Installation ~~~~~~~~~~~~ From 7f59ccda62a3d0dfccaaba816f836c5957b80a6a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 4 Sep 2026 12:39:25 -0400 Subject: [PATCH 3/3] Update packages/google-cloud-storage/setup.py --- packages/google-cloud-storage/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/google-cloud-storage/setup.py b/packages/google-cloud-storage/setup.py index aaf15566415f..036babf4a934 100644 --- a/packages/google-cloud-storage/setup.py +++ b/packages/google-cloud-storage/setup.py @@ -117,7 +117,6 @@ version=version, description=description, long_description=readme, - long_description_content_type="text/x-rst", author="Google LLC", author_email="googleapis-packages@google.com", license="Apache-2.0",