fix comment

This commit is contained in:
Asim Aslam
2021-12-09 14:59:48 +00:00
parent 3c78891bb8
commit 395c190af3

View File

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