All Products
Search
Document Center

Object Storage Service:Overview

Last Updated:Dec 06, 2023

Objects are the basic unit for data operations in Object Storage Service (OSS). OSS SDK for Python provides a variety of methods to upload objects:

During the upload, you can set object metadata and view the upload progress. For more information, see Manage object metadata and Progress bars. After the upload is complete, you can receive callbacks. For more information, see Upload callbacks.