type UploadRequest struct {
Key string `json:"key,omitempty"` // Optional, if provided, will use this as the object key Filename string `json:"filename"`
File io.Reader `json:"file"`
Acl string `json:"acl"`
URLExpire time.Duration `json:"url_expire,omitempty"`
}