All Products
Search
Document Center

Object Storage Service:Upload objects

Last Updated:Dec 09, 2024

In OSS, objects are the fundamental units of data for operations. OSS SDK for .NET provides a variety of methods to upload objects.

  • Simple upload: The size of the file to upload cannot exceed 5 GB.

  • Append upload: The size of the file to append cannot exceed 5 GB.

  • Resumable upload: Concurrent upload and resumable upload are supported. You can specify the size of each part. This method is suitable for uploading large objects up to 48.8 TB in size.

  • Multipart upload: This method is suitable for the upload of large objects up to 48.8 TB in size.

During the upload, you can manage object metadata and view the upload progress shown in the progress bars. After files are uploaded, you can upload callbacks.