Complikatd
CDCloudflare Developers
•Created by Complikatd on 11/4/2024 in #r2
Another error I'm getting now is ```
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.1 replies