From 395c190af3861e9a1d1acaaeda84caad165649b0 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 9 Dec 2021 14:59:48 +0000 Subject: [PATCH] fix comment --- space/proto/space.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/proto/space.proto b/space/proto/space.proto index 4cd7035..fd7c5b4 100644 --- a/space/proto/space.proto +++ b/space/proto/space.proto @@ -49,7 +49,7 @@ message UpdateResponse { // Delete an object from space message DeleteRequest { - // The name of the object. Use forward slash delimiter to implement a nested directory-like structure e.g. images/foo.jpg + // Name of the object string name = 1; }