diff --git a/librarian.yaml b/librarian.yaml index 1cd2be4d5f85..1a0982e152ea 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -3545,7 +3545,6 @@ libraries: keep: - CHANGELOG.md - docs/CHANGELOG.md - skip_generate: true python: library_type: GAPIC_MANUAL opt_args_by_api: diff --git a/packages/google-cloud-storage/.repo-metadata.json b/packages/google-cloud-storage/.repo-metadata.json index fa2d5fa6c12e..68f6c33d2e25 100644 --- a/packages/google-cloud-storage/.repo-metadata.json +++ b/packages/google-cloud-storage/.repo-metadata.json @@ -1,18 +1,16 @@ { - "name": "storage", - "name_pretty": "Google Cloud Storage", - "product_documentation": "https://cloud.google.com/storage", + "api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.", + "api_id": "storage.googleapis.com", + "api_shortname": "storage", "client_documentation": "https://cloud.google.com/python/docs/reference/storage/latest", + "default_version": "v2", + "distribution_name": "google-cloud-storage", "issue_tracker": "https://issuetracker.google.com/savedsearches/559782", - "release_level": "stable", "language": "python", "library_type": "GAPIC_MANUAL", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storage", - "api_id": "storage.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "codeowner_team": "@googleapis/cloud-sdk-python-team @googleapis/gcs-team @googleapis/gcs-fs", - "api_shortname": "storage", - "api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally." -} + "name": "storage", + "name_pretty": "Google Cloud Storage", + "product_documentation": "https://cloud.google.com/storage", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-storage/noxfile.py b/packages/google-cloud-storage/noxfile.py index 909f0f3b8656..4f6a1e0402bd 100644 --- a/packages/google-cloud-storage/noxfile.py +++ b/packages/google-cloud-storage/noxfile.py @@ -334,7 +334,7 @@ def system(session, test_type): session.skip( "Credentials must be set via environment variable GOOGLE_APPLICATION_CREDENTIALS" ) - # Install pyopenssl for mTLS testing. + # mTLS tests requires pyopenssl. if os.environ.get("GOOGLE_API_USE_CLIENT_CERTIFICATE", "") == "true": session.install("pyopenssl") # Check if endpoint is being overriden for rerun_count