I am uploading files to amazon s3 storage using Python SDK using Presigned POST. It uploads but how do I track the progress. In terms of Boto, I am not getting any good articles to proceed.
Asked
Active
Viewed 813 times
2
-
What are you using to upload the file? A front end? – Ninad Gaikwad Jul 19 '19 at 10:31
-
I am generating a presigned POSt URL and sending it to front end/ browser. – Varun Singh Jul 19 '19 at 10:42
-
You can track the progress in the front end then. – Ninad Gaikwad Jul 19 '19 at 10:43
-
Are there any good examples for that? If you have any links that will help a lot – Varun Singh Jul 19 '19 at 10:45
-
Depends on your front end. What are you using for front end? – Ninad Gaikwad Jul 19 '19 at 11:00
-
i am using javascript – Varun Singh Jul 19 '19 at 12:00
-
Let us [continue this discussion in chat](https://chat.stackoverflow.com/rooms/196705/discussion-between-varun-singh-and-ninad-gaikwad). – Varun Singh Jul 19 '19 at 12:02
-
http://www.tothenew.com/blog/aws-s3-file-upload-with-progress-bar-using-javascript-sdk/ – Ninad Gaikwad Jul 19 '19 at 13:07
-
Any answer to this? I am dealing with a similar situation. I am generating the preSignedUrl from my node server sending it to the front end and using axios to put the request to s3 but I am not sure how to get progress. – Craig Howell Jul 22 '20 at 17:05