Skip to main content

Prerequisite

To use Object Storage in different programming languages, you need to install the AWSSDK.S3 library. You can install this library using the following commands.

dotnet new console --name <PROJECT_NAME>
cd <PROJECT_NAME>
dotnet add package AWSSDK.S3
dotnet run

Also, to get more information about the features of this library, you can visit the documents and GitHub of these libraries.