# 兼容 S3 的对象存储

> 使用现有工具存储海量文件——AWS CLI、rclone、restic 及所有 S3 SDK。

Source: https://docs.avenlith.com/zh/object-storage  
Category: 云平台  
Last updated: 2026-09-22

## 访问端点

| 区域 | 端点 |
| --- | --- |
| MOW1 | `s3.mow1.avenlith.cloud` |
| IST1 | `s3.ist1.avenlith.cloud` |
| FRA1 | `s3.fra1.avenlith.cloud` |

## 快速开始

在 **存储 → 访问密钥** 中创建密钥，然后使用任意 S3 客户端：

```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
```

## 价格

存储每 GB 每月 0.009 欧元。每月前 1 TB 公网出流量免费，超出部分每 GB 0.01 欧元；同一区域内访问 Avenlith 服务器的流量免费。

> **Note:** > 存储桶默认私有。如需公开共享对象，请使用存储桶策略或预签名 URL。

## 持久性

对象通过纠删码分布在 3 个独立机房的 12 块磁盘上，年持久性达 99.999999999%。
