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