mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
update proto
This commit is contained in:
@@ -74,6 +74,7 @@ message ListObject {
|
|||||||
|
|
||||||
// Retrieve meta information about an object
|
// Retrieve meta information about an object
|
||||||
message HeadRequest {
|
message HeadRequest {
|
||||||
|
// name of the object
|
||||||
string name = 1;
|
string name = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -93,12 +94,14 @@ message HeadObject {
|
|||||||
string url = 5;
|
string url = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read/download the object
|
// Read an object in storage
|
||||||
message ReadRequest {
|
message ReadRequest {
|
||||||
|
// name of the object
|
||||||
string name = 1;
|
string name = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns the raw object
|
// Returns the raw object
|
||||||
message ReadResponse {
|
message ReadResponse {
|
||||||
|
// Returns the response as a raw object
|
||||||
|
string object = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user