This topic describes Object Storage Service (OSS) SDK for Go 2.0.
Introduction
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 Go is built based on the official OSS API operations. OSS SDK for Go helps you upload, download, and manage data from any application at any time and anywhere.
OSS SDK for Go 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 Go 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 Go, see Get started.