Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-10 17:19:51 +00:00
parent 05bd1cc019
commit 5b868b14a1
19 changed files with 887 additions and 887 deletions

View File

@@ -201,6 +201,6 @@ type UploadRequest struct {
}
type UploadResponse struct {
// 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
Url string `json:"url"`
}