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; }