mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-23 07:01:35 +00:00
Commit from m3o/m3o action
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user