mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +00:00
fix comment
This commit is contained in:
@@ -49,7 +49,7 @@ message UpdateResponse {
|
|||||||
|
|
||||||
// Delete an object from space
|
// Delete an object from space
|
||||||
message DeleteRequest {
|
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;
|
string name = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user