Closed spurin closed 4 months ago
Screenshot:
Filename uploaded with rename option, gets to 100% and gets stuck -
Each part is using the renamed filename -
Request made to mpu/complete (incorrectly using the original filename and failing)
Further to my last update, I've been experimenting with Vercel which I doubt I would have looked at without this project, it's superb :-)
From my own branch, I've implemented a fix, tested and raised a pull request above.
this PR has been merged and deployed to r2.jw1.dev, thanks for that!
what a silly mistake i've made 😵💫
also did a refactor, all mpu-related functions are now using the fileName
formatted from the uploadFile
function so we don't have to read the value again.
@spurin thanks again for the PR, the client side code is a mess and poorly documented, yet you still put this much efforts on it ❤️😭!
Many thanks again @jw-12138
Love this project and also appreciate your timely help and support 🙌
Hi @jw-12138,
I've switched over to the updated code base and when using the multipart upload, it fails to complete when using the rename option. If I toggle off the rename option, all works as expected.
In the network inspector I can see that it's attempting to call mpu/complete/filename using the original filename, rather than the renamed filename.
Raising this here but I'm guessing, this is possibly an issue relating to https://github.com/jw-12138/r2-uploader-example-worker
Many Thanks
James