When you upload an object in multipart upload mode, the object is split into several parts called fragments. After you upload all of these parts to the OSS server, you can call CompleteMultipartUpload to combine these parts into a single complete object.
Background information
- When you use an OSS management tool to upload an object in resumable upload mode, parts are also generated.
- You can call CompleteMultipartUpload to combine these parts into a single complete object. For more information about how to use MultipartUpload, see Introduction.
- To save storage space in the bucket, you can configure lifecycle rules to manage unnecessary parts that are generated when multipart upload tasks fail. For more information, see Configure lifecycle rules.
- Parts cannot be read before they are combined into an object. Before you delete a bucket, delete all objects and parts in the bucket. Parts are generated during multipart upload. For more information, see Introduction in API Reference.