From f5401480148096a65079cb378bc0846b682fc6ea Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Mon, 16 Feb 2026 10:02:08 +0000 Subject: [PATCH] chore: Migrate gsutil usage to gcloud storage --- test/bootstrap/storage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bootstrap/storage.sh b/test/bootstrap/storage.sh index 0925f8e3..2a5a5518 100644 --- a/test/bootstrap/storage.sh +++ b/test/bootstrap/storage.sh @@ -2,4 +2,4 @@ BUCKET_NAME="gcp-scanner-test-bucket-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 8 | head -n 1)" -gsutil mb -l us-central1 gs://${BUCKET_NAME} +gcloud storage buckets create --location=us-central1 gs://${BUCKET_NAME}