You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE: This file is auto generated. Do not edit this file manually.
package muxgo
type CreateUploadRequest struct {
// Max time in seconds for the signed upload URL to be valid. If a successful upload has not occurred before the timeout limit, the direct upload is marked `timed_out`
Timeout int32 `json:"timeout,omitempty"`
// If the upload URL will be used in a browser, you must specify the origin in order for the signed URL to have the correct CORS headers.