All Products
Search
Document Center

Object Storage Service:What do I do if "Too many parts, Please increase part size." is reported when I perform resumable upload?

Last Updated:Mar 20, 2026

OSS limits a resumable upload to 10,000 parts. If your part size is too small, the total number of parts exceeds this limit and the upload fails with Too many parts, Please increase part size.

Increase the part size so that the total object size divided by the part size is less than 10,000.

Resumable upload limits

ConstraintValue
Maximum number of parts per upload10,000
Minimum part size100 KB
Maximum part size5 GB

For the full API specification, see UploadPart.