Skip to main content

Object Storage SDK

This guide will walk you through the instructions for managing Object Storage in different programming languages like .NET, Javascript, Python, PHP, and GO using AWSSDK.S3.

Basic Concepts

Bucket

A bucket is an object storage space like a folder where you can store your files.

Object

Files and data are stored in the form of an object inside a bucket.

Credentials

To connect to ArvanCloud storage, you need the access_key and secret_key for authentication. You can see these keys in the Object Storage dashboard in ArvanCloud panel.

Endpoint Address

The address to connect to the object storage is https://s3.ir-thr-at1.arvanstorage.ir for Simin region and https://s3.ir-tbz-sh1.arvanstorage.ir for Shahriar region.