Skip to content

Commit 129455b

Browse files
authored
chore: add owlbot for gapic generation (#1492)
* chore: add owlbot for gapic generation * use only v2 for copying * use complete path for storage-v2-py
1 parent 793d340 commit 129455b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/.OwlBot.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@
1515
docker:
1616
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
1717

18+
deep-remove-regex:
19+
- /owl-bot-staging
20+
21+
deep-copy-regex:
22+
- source: /google/storage/v2/storage-v2-py/(.*)
23+
dest: /owl-bot-staging/$1/$2
24+
1825
begin-after-commit-hash: 6acf4a0a797f1082027985c55c4b14b60f673dd7
1926

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"distribution_name": "google-cloud-storage",
1212
"api_id": "storage.googleapis.com",
1313
"requires_billing": true,
14-
"default_version": "",
14+
"default_version": "v2",
1515
"codeowner_team": "@googleapis/gcs-sdk-team",
1616
"api_shortname": "storage",
1717
"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."

0 commit comments

Comments
 (0)