Skip to content

Upload a video previously recorded with cordova plugin into s3 with a presignedURL

Notifications You must be signed in to change notification settings

DevStarlight/upload_record_s3_presigned_url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple APP to capture Video from cordoba-plugin-capture and upload to S3 by previously request a signedURL:

USAGE:

  1- Go to /api (nodeJS root) folder and install all the dependencies by `npm install`
  2- Go to /apk (angularJS root) folder and install android `cordova platform add android`
  3- Go to `/apk/www/assets` folder and do `npm install` and `bower install`.
  4- Change API endpoints in `/apk/www/app.js` so it gets your real localhost API. 

nodeJS:

	http://localhost:3000/api/endpoint gives you the URI by using getSignedURL from AWS-SDK.

About

Upload a video previously recorded with cordova plugin into s3 with a presignedURL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published