All Products
Search
Document Center

Object Storage Service:OSS SDK for Python 2.0 (preview version)

Last Updated:May 23, 2025

This topic describes Object Storage Service (OSS) SDK for Python 2.0.

About

  • OSS is a secure, cost-effective, and highly reliable cloud storage service that allows you to store large amounts of data. OSS can store all types of files and is suitable for various websites, enterprises, and developers.

  • OSS SDK for Python is built based on the official Alibaba Cloud Object Storage Service API operations. OSS SDK for Python helps you upload, download, and manage data from any application at any time and anywhere.

  • OSS SDK for Python hides many lower-level operations, such as identity authentication, request retry, and error handling. You can access OSS by calling API operations without complex programming.

  • OSS SDK for Python provides practical modules, such as Uploader and Downloader, to automatically split large objects into multiple parts and transfer the parts in parallel.

  • For more information about how to install, configure, and use OSS SDK for Python, see Get Started.