Quick feedback on the S3 support of AWS
Quick feedback on the S3 support of AWS R2. The multipart support of AWS S3 says each part must be > 5mb (but the last part), and they can be of different size. But R2 insists on having each part of exactly the same size (which is not so easy to implement TBH).
4 Replies
AWS S3 says each part must be of the same size only on multipart uploads to S3 glacier. But S3 standard doesn't have this requirement, and I could test it it works.
Nope at least not from my testing (I am using https://developers.cloudflare.com/r2/api/s3/api/)
And the Cloudflare R2 documentation clearly says:
cc @Sid | R2 if that's of interest, this is a drift from the AWS S3 multipart compatibility, only glacier requires all parts to be of equal size.
Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View