How do vue projects upload files to aws S3?

problem description

the project needs to upload files directly to aws S3 at the front end. Large files need to be sliced, progress bars are needed, and the upload can be resumed at breakpoints. Please give me some advice

the environmental background of the problems and what methods you have tried

I have downloaded the package of aws S3 on npm, but there seems to be no sharding and upload progress in it.

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

Sep.17,2021

have you realized the progress bar display of uploading S3 and the function of resuming upload from breakpoint? If it has been realized, I hope you can consult me. Thank you very much.


have you solved the trouble
Menu