Another error I'm getting now is ```
Another error I'm getting now is
1 Reply
Just for anyone coming here with the same issue some time in the future:
Make sure the keys you start the multipart upload with are keys you also send the parts with. For my issue in particular, I started the multipart with
rooms/${key}
and I tried to upload it with key
only. Needed to have rooms/
in front to line up.