Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 986 Bytes

File metadata and controls

16 lines (13 loc) · 986 Bytes

MuxRuby::Upload

Properties

Name Type Description Notes
id String [optional]
timeout Integer 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` [optional] [default to 3600]
status String [optional]
new_asset_settings Asset [optional]
asset_id String Only set once the upload is in the `asset_created` state. [optional]
error UploadError [optional]
cors_origin String 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. [optional]
url String The URL to upload the associated source media to. [optional]
test BOOLEAN [optional]