From a286595112ca45f4dd647cffe2133a34aa5c9f19 Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Thu, 12 Feb 2026 14:17:38 +0000 Subject: [PATCH] chore: Migrate gsutil usage to gcloud storage --- tensorstore/kvstore/gcs/schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorstore/kvstore/gcs/schema.yml b/tensorstore/kvstore/gcs/schema.yml index 3e1f89a6f..60498f455 100644 --- a/tensorstore/kvstore/gcs/schema.yml +++ b/tensorstore/kvstore/gcs/schema.yml @@ -127,7 +127,7 @@ definitions: :literal:`gs://` KvStore URL scheme description: | Google Cloud Storage-based key-value stores may be specified using the - :file:`gs://{bucket}/{path}` URL syntax, as supported by `gsutil + :file:`gs://{bucket}/{path}` URL syntax, as supported by `gcloud storage `__. .. admonition:: Examples