On this page

Show all

Help Center/ Object Storage Service/ SDK Reference/ Python/ FAQs (SDK for Python)/ How Do I Improve the Uploading Speed of Large Files over the Public Network? (SDK for Python)

How Do I Improve the Uploading Speed of Large Files over the Public Network? (SDK for Python)

Updated on 2024-11-26 GMT+08:00

If a file exceeds 100 MB, you are advised to upload the file using multipart upload.

Multipart upload refers to splitting an object into multiple parts and uploading them separately. Each part is a contiguous portion of the object's data. You can upload parts in any sequence. A part can be reloaded after an upload failure, without affecting other parts. Uploading multiple parts of an object using multiple threads concurrently can greatly improve the transmission efficiency.

For details about the sample code, see APIs Related to Multipart Upload (SDK for Python).

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback