Hi there, I believe there's a bug in the
Hi there, I believe there's a bug in the AWS S3 multipart upload compatibility. Your documentation says "The last part has no minimum size". But from my testing this is not true, if the last part is less than 5MB then R2 will fail to complete then multipart upload with EntityTooSmall.
1 Reply
Solved: parts in MultipartUpload from CompleteMultipartUploadCommand must be ordered by partNumber. The error should be InvalidPartOrder though, not EntityTooSmall
cc @Sid | R2 same as the other thread 👍