I am just getting started with using AWS, and I found plenty of information online for how to send file to an S3 bucket using node, but they only work if the file I'm uploading is in on my computer. How do I make an app that will allow a user to upload a video and have it sent to my Amazon S3 bucket? Any help would be appreciated, even if its just linking to helpful docs.
Asked
Active
Viewed 289 times
0
-
1Possible duplicate of [How to implement a one-time write ticket to AWS S3 bucket?](http://stackoverflow.com/questions/25986019/how-to-implement-a-one-time-write-ticket-to-aws-s3-bucket) – Mitch Oct 13 '16 at 19:40
-
Where's the video coming from? It's best if you sign a URL so the user can just upload directly. – Brad Oct 13 '16 at 20:11
-
The video is coming from an android app, so it's a video on the users phone – jmona789 Oct 13 '16 at 20:19