Sha256: 3c0b7d3a76de4c3b5d9f760e9b377e901cae17cf9e98edf9db2b1cc5a64af7da
Contents?: true
Size: 946 Bytes
Versions: 4
Compression:
Stored size: 946 Bytes
Contents
# 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**](Asset.md) | | [optional] **asset_id** | **String** | Only set once the upload is in the `asset_created` state. | [optional] **error** | [**UploadError**](UploadError.md) | | [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]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mux_ruby-1.4.0 | docs/Upload.md |
mux_ruby-1.3.1 | docs/Upload.md |
mux_ruby-1.3.0 | docs/Upload.md |
mux_ruby-1.0.0 | docs/Upload.md |