# S3-compatible object storage

> Store unlimited files with the tools you already use — AWS CLI, rclone, restic and every S3 SDK.

Source: https://docs.avenlith.com/en/object-storage  
Category: Cloud platform  
Last updated: 2026-09-22

## Endpoints

| Region | Endpoint |
| --- | --- |
| MOW1 | `s3.mow1.avenlith.cloud` |
| IST1 | `s3.ist1.avenlith.cloud` |
| FRA1 | `s3.fra1.avenlith.cloud` |

## Get started

Create an access key under **Storage → Access keys**, then use any S3 client:

```bash
aws configure set default.s3.addressing_style virtual
aws --endpoint-url https://s3.ist1.avenlith.cloud s3 mb s3://assets-prod
aws --endpoint-url https://s3.ist1.avenlith.cloud s3 cp ./dist s3://assets-prod --recursive
```

## Pricing

Storage costs €0.009 per GB-month. Egress to the internet is €0.01 per GB after the first 1 TB each month; traffic to Avenlith servers in the same region is free.

> **Note:** > Buckets are private by default. Use bucket policies or pre-signed URLs to share objects publicly.

## Durability

Objects are erasure-coded across 12 disks in 3 separate rooms, providing 99.999999999% annual durability.
