diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index 27096f674..837bf4fd6 100644 --- a/.github/.OwlBot.yaml +++ b/.github/.OwlBot.yaml @@ -15,5 +15,12 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest +deep-remove-regex: + - /owl-bot-staging + +deep-copy-regex: + - source: /google/storage/v2/storage-v2-py/(.*) + dest: /owl-bot-staging/$1/$2 + begin-after-commit-hash: 6acf4a0a797f1082027985c55c4b14b60f673dd7 diff --git a/.repo-metadata.json b/.repo-metadata.json index 5d5e49c84..f644429bc 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -11,7 +11,7 @@ "distribution_name": "google-cloud-storage", "api_id": "storage.googleapis.com", "requires_billing": true, - "default_version": "", + "default_version": "v2", "codeowner_team": "@googleapis/gcs-sdk-team", "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."