This commit is contained in:
Dominic Wong
2021-12-10 17:16:17 +00:00
parent 2fd9aed34e
commit c28d9a8cc4

View File

@@ -144,6 +144,6 @@ message UploadRequest {
}
message UploadResponse {
// a presigned url to be used for uploading
// a presigned url to be used for uploading. To use the URL call it with HTTP PUT and pass the object as the request data
string url = 1;
}