Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3545,7 +3545,6 @@ libraries:
keep:
- CHANGELOG.md
- docs/CHANGELOG.md
skip_generate: true
python:
library_type: GAPIC_MANUAL
opt_args_by_api:
Expand Down
24 changes: 11 additions & 13 deletions packages/google-cloud-storage/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion packages/google-cloud-storage/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading