jam-cloud/ruby/spec
Nuwan Chaturanga fc624115b5 Merged in VRFS-5222-asset_upload_api (pull request #29)
VRFS-5222 asset upload api

* migration file

* asset upload api wip

* /api/user_assets

this api endpoint is used to upload and query user_assets.
for uploads send following parameters..
- asset_type
- filename
- recording_id (optional)
- session_id (optional)
- ext_id (optional)
the api provides json response with signed url to aws s3

the same api endpoint is used to query uploaded user assets.
Following query parameters are supported.
- id
- ext_id
- recording_id + asset_type
- session_id + asset_type

* delete unused asset_uploader

* for user_asset uploads use aws_bucket

* db migration to add index on user_id of user_assets table

Approved-by: Seth Call
2021-06-17 02:20:55 +00:00
..
files VRFS-2782 : Add api controller test for multiple bitrates. Fix bug found as a result. 2015-02-26 17:43:22 -06:00
jam_ruby Merged in VRFS-5222-asset_upload_api (pull request #29) 2021-06-17 02:20:55 +00:00
mailers change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
support change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
factories.rb Merged in VRFS-5222-asset_upload_api (pull request #29) 2021-06-17 02:20:55 +00:00
spec_db.rb change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
spec_helper.rb Support optional video server 2021-04-11 11:42:01 -05:00
uses_temp_files.rb merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00