Akave O3 environment

Akave O3 environment

Akave O3 offers multiple hosted S3 compatible API endpoints to interact with different layers of the network. These environments are designed to mirror traditional cloud regions for familiar configuration, while operating on decentralized infrastructure.

ℹ️
Important: Your endpoint URL is specific to your credentials. When you create credentials on Akave Cloud, you’ll receive a specific endpoint URL to use in all your API calls and configurations.

Below is a summary of currently supported Akave O3 regions and endpoints:

Region Purpose API Type Endpoint URL
us-south-1 Community S3-Compatible https://o3-rc2.akave.xyz
akave-network Production S3-Compatible Provided via Akave Cloud

Optional: You can use akave-network as the region value in AWS SDK/CLI configurations to refer to Akave’s decentralized S3 interface:

AWS_DEFAULT_REGION=akave-network

These endpoints support both local testing and production deployment. You can plug them into your existing AWS-compatible tooling (CLI, SDKs, Terraform) with minimal changes.

To authenticate, you’ll need an AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. If you do not already have these, please create them on Akave Cloud. These credentials allow secure interaction with Akave’s decentralized object storage, just like with traditional AWS services.

Last updated on