From 571e01553f72e46a36bd35f8106012c8a7af6cc0 Mon Sep 17 00:00:00 2001 From: Sho Sawada Date: Sun, 18 May 2025 10:04:55 +0900 Subject: [PATCH] remove slash symbol in "prefix" params --- Google.PowerShell/Storage/GcsObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Google.PowerShell/Storage/GcsObject.cs b/Google.PowerShell/Storage/GcsObject.cs index ef72aab4..14bcbaa8 100644 --- a/Google.PowerShell/Storage/GcsObject.cs +++ b/Google.PowerShell/Storage/GcsObject.cs @@ -668,7 +668,7 @@ public class GetGcsObjectCmdlet : GcsObjectCmdlet /// /// - /// Object prefix to use. e.g. "/logs/". If not specified all + /// Object prefix to use. e.g. "logs/". If not specified all /// objects in the bucket will be returned. /// ///