In this screencast, I have illustrated how we can upload different files that may be images, video, pdf ppt, or any other type to AWS S3 bucket with nodejs with the help of postman in UI.
Github Repo: https://github.com/mondyfy/fileuploader
Online File Storage: File Upload Service
Uses
1) express
2) body-parser
3) dotenv
4) express-fileupload : to support and limit multipart form data
5) aws-sdk