I am trying to identify a way to track upload progress for a bunch of file being uploaded using node.js aws-sdk multipart upload.
I was able to divide all files in parts and upload them one by one, But the event httpUploadProgress provides the whole partSize once upload starts, It was not providing live bytes uploaded to aws s3 as in putObject method.