Sha256: a5e13a52c5dc8543b69075312e04fcbe5477c5104332aac6c1db9906c1bbf67b
Contents?: true
Size: 986 Bytes
Versions: 6
Compression:
Stored size: 986 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] **test** | **BOOLEAN** | | [optional]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
mux_ruby-1.9.0 | docs/Upload.md |
mux_ruby-1.8.1 | docs/Upload.md |
mux_ruby-1.7.0 | docs/Upload.md |
mux_ruby-1.6.0 | docs/Upload.md |
mux_ruby-1.5.1 | docs/Upload.md |
mux_ruby-1.5.0 | docs/Upload.md |