This topic was translated by AI and is currently in queue for revision by our editors. Alibaba Cloud does not guarantee the accuracy of AI-translated content. Request expedited revision

Python SDK v2 manual

Updated at: 2025-03-07 19:10

This document provides an introduction to the second version of the OSS SDK for Python.

About

  • OSS is a secure, cost-effective, and highly reliable cloud storage service, ideal for storing vast amounts of data. It accommodates all file types and caters to the needs of various websites, enterprises, and developers.

  • The Python SDK is designed based on the official API of Alibaba Cloud Object Storage Service. It simplifies the process of uploading, downloading, and managing data in applications, accessible anytime and from any location.

  • The OSS SDK for Python abstracts away many lower-level operations, such as identity authentication, request retries, and error handling, enabling straightforward access to OSS through API calls without complex coding.

  • The SDK includes useful modules like Uploader and Downloader, which automatically divide large objects into multiple parts and transfer them concurrently for enhanced efficiency.

  • For assistance with installation, configuration, and usage of this SDK, please refer to this document and visit Getting Started.

  • On this page (1)
  • About
Feedback