~~Well my `CompleteMultipartUpload`
CompleteMultipartUpload
currently gets rejected with a MalformedXML
error which is a good start4 Replies
Suffered this bug today (error sent is EntityTooSmall while it should be InvalidPartOrder) can this be fixed? Thanks @kian !
cc @Sid | R2
Will fix!
Alright this is fixed but it may take a while for it to be released, I’m assuming this isn’t a showstopper or anything.
We decided to just accept parts out-of-order instead of forcing you to send your parts array in ascending order.
ah that's nice 👍