PROD欧州主権の BaaS プラットフォームダッシュボードを開く →
STORAGE · S3 + CDN + TRANSFORMS

S3バケット、
正しく行われました。

S3-compatible API, on-the-fly image transformations, signed URLs by default, 12-region CDN. Antivirus scanning and resumable uploads included.

94%
CDN HIT RATE
12
REGIONS
5TB
MAX OBJECT
app/upload.tsTYPESCRIPT
const { data, error } = await aura
.storage.from('avatars')
.upload(`${user.id}/${file.name}`, file, {
cacheControl: 'max-age=31536000, immutable',
contentType: file.type,
upsert: true,
})
// Automatic resumable upload if file > 6MB · 6MB chunks, auto-retry
#
機能セット

最新のクラウド ストレージに求められるすべて

S3-compatible API

AWS S3 SDK, mc (MinIO), and rclone work out of the box. Your Terraform and Ansible scripts do too.

S3 API v4 · SIGV4

On-the-fly transforms

Resize, format (WebP/AVIF/JPEG), quality, crop, rotate, blur. 12-region edge cache with invalidation under 200ms.

AVIF · WEBP · CACHE

Signed URLs by default

HMAC-SHA256, anti-replay nonce, explicit TTL, forced attachment download. Zero accidental public exposure.

HMAC · TTL CONFIG

Resumable uploads

6MB chunks with automatic resume, resilience to network drops, granular client-side progress tracking.

RESUMABLE · 6MB CHUNKS

Automatic malware scan

ClamAV + proprietary threat signatures. Infected files are quarantined with immediate webhook alerting.

CLAMAV · REAL-TIME

12-region CDN

Edge cache across Europe, Americas, APAC. TLS 1.3, HTTP/3, and programmatic cache purge by tag.

HTTP/3 · TLS 1.3
#
変換

単一の URL でソースからレンダリングまで

変換は単純な URL クエリ パラメーターであり、外部 API パイプラインではありません。その結果、あらゆるフレームワークと互換性のある、一意の変換ごとに不変のエッジ キャッシュが得られます。

ソース · 2.1 MB · JPEG
4096×4096
/object/public/avatars/cover.jpg
変換済み · 18 KB · AVIF · −99%
240×240
/object/public/avatars/cover.jpg?width=240&format=avif&quality=80
#
パフォーマンス

最初に CDN エッジ、フォールバックとしてオリジン

94%
CDN HIT RATE
Edge cache on public objects, 30-day average
148ms
P99 UPLOAD
For a 1MB file · direct-to-origin via multipart
12
POP REGIONS
Anycast IP, BGP latency-based routing
63%
AVIF SAVINGS
Average file size vs JPEG at identical visual quality
#
比較

オーラベース・スーパーベース・GCS

特徴オーラベーススーパーベースGCS + CDN
Compatible APIS3 · GCS · AzureS3 onlyGCS
Included transformsYes · unlimitedAdd-on $5/moVia Cloud Functions
AVIF outputNativeNoVia 3rd-party
Virus scanAuto · ClamAVNoAdd-on
Included CDN12 regions1 regionSeparate CDN
BillingGB × month + egressGB × month + egressGB × month + egress
Open sourceApache 2.0Apache 2.0Proprietary
#
よくある質問

よくある質問

What is the difference compared to AWS S3 + CloudFront?+
ストレージ、画像変換、グローバル CDN、RLS、署名付き URL など、スタック全体が統合されます。 5 つの別々のコンソールや 4 つの異なる請求書はありません。 S3 互換 API は同一です。必要に応じて、コードを書き直すことなく AWS に移行できます。
How do access policies work?+
バケットは標準の Postgres RLS ポリシーを受け入れます。たとえば: user_id = auth.uid() ファイルパスに対して評価されます。データベース スキーマと一致しており、次の方法でテストできます。 pg_prove.
How much do image transformations cost?+
Pro プランに含まれており、一意の URL ごとに永続的なエッジ キャッシュが提供されます。一意の各変換は 1 回だけ計算され、キャッシュが無効になるまで 12 個の POP すべてから直接提供されます。
Can we stream large files (video, ML model weights)?+
はい。ネイティブ HTTP 範囲リクエスト、0-RTT の HTTP/3、厳密なファイル サイズ制限なし (エンタープライズ: オブジェクトあたり最大 5 TB)。 ML 重みは、事前に完全にダウンロードする必要がなく、ストリーミング経由で読み込まれます。
What about GDPR and EU data residency?+
各バケットを特定のリージョンに固定します。デフォルトではパリが使用可能です。データ、エッジ キャッシュ、バックアップは、選択したリージョン内に厳密に保持されます。 S3 にエクスポート可能な CloudTrail スタイルの監査ログ。
How do I export all my data?+
経由 aura ストレージエクスポートバケット:* --format s3 互換。一貫性のあるものを生成します tar.zst メタデータと権限を含むアーカイブ。あらゆる S3 バックエンドと互換性があります。
2つのコマンドで保存

バケツ1つ。 12の地域。単一の URL。

ゼロ CDN 構成。ゼロ画像変換ラムダ。予期せぬ下り料金はゼロです。

クレジット カードは不要 · 500 MB 無料 · 50,000 MAU