Migrate gsutil usage to gcloud storage (#4294)

* Migrate gsutil usage to gcloud storage

* updates

* removed notes added by agent

* removed note

* linter changes

---------

Co-authored-by: gurusai-voleti <gvoleti@google.com>
This commit is contained in:
Margubur Rahman
2025-12-18 13:59:10 +00:00
committed by GitHub
co-authored by gurusai-voleti
parent 0edae683e7
commit 1867536d76
10 changed files with 37 additions and 35 deletions
@@ -257,7 +257,7 @@
},
"outputs": [],
"source": [
"! gsutil mb -l {LOCATION} -p {PROJECT_ID} {BUCKET_URI}"
"! gcloud storage buckets create --location={LOCATION} --project={PROJECT_ID} {BUCKET_URI}"
]
},
{