rename object for better lang compat (#385)

This commit is contained in:
Dominic Wong
2022-02-21 14:49:29 +00:00
committed by GitHub
parent ce82de67b0
commit f680405f5e
3 changed files with 79 additions and 79 deletions

View File

@@ -94,7 +94,7 @@ message HeadObject {
string url = 5;
}
message Object {
message SpaceObject {
// name of object
string name = 1;
// when was this last modified
@@ -118,7 +118,7 @@ message ReadRequest {
// Returns the raw object
message ReadResponse {
// The object itself
Object object = 1;
SpaceObject object = 1;
}
// Download an object via a presigned url