Is it possible to upload stream on amazon s3 from browser?
问题 I want to capture webcam video stream, and directly stream it to S3 storage. I've learned that you can upload via stream to s3: https://aws.amazon.com/blogs/aws/amazon-s3-multipart-upload/ I've learned that you can upload via browser: http://docs.aws.amazon.com/AmazonS3/latest/dev/HTTPPOSTExamples.html#HTTPPOSTExamplesFileUpload But Im still lost on how to actually do it. I need an example of someone uploadin getusermediastream to S3 like above. Buffer, Binary data, multipart upload, stream..