Skip to content

Commit 649c62b

Browse files
committed
use only v2 for copying
1 parent 585437d commit 649c62b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/.OwlBot.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ docker:
1818
deep-remove-regex:
1919
- /owl-bot-staging
2020

21-
# exclude google/storage/v1
22-
deep-preserve-regex:
23-
- /owl-bot-staging/v1
24-
2521
deep-copy-regex:
26-
- source: /google/storage/(v.*)/.*-py/(.*)
22+
- source: /google/storage/v2/.*-py/(.*)
2723
dest: /owl-bot-staging/$1/$2
2824

2925
begin-after-commit-hash: 6acf4a0a797f1082027985c55c4b14b60f673dd7

.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)