Bir S3 kovası,
doğru yapıldı.
S3-compatible API, on-the-fly image transformations, signed URLs by default, 12-region CDN. Antivirus scanning and resumable uploads included.
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
Modern bulut depolamanın gerektirdiği her şey
S3-compatible API
AWS S3 SDK, mc (MinIO), and rclone work out of the box. Your Terraform and Ansible scripts do too.
On-the-fly transforms
Resize, format (WebP/AVIF/JPEG), quality, crop, rotate, blur. 12-region edge cache with invalidation under 200ms.
Signed URLs by default
HMAC-SHA256, anti-replay nonce, explicit TTL, forced attachment download. Zero accidental public exposure.
Resumable uploads
6MB chunks with automatic resume, resilience to network drops, granular client-side progress tracking.
Automatic malware scan
ClamAV + proprietary threat signatures. Infected files are quarantined with immediate webhook alerting.
12-region CDN
Edge cache across Europe, Americas, APAC. TLS 1.3, HTTP/3, and programmatic cache purge by tag.
Kaynaktan oluşturmaya, tek bir URL'de
Dönüşümler, harici bir API hattı değil, basit URL sorgu parametreleridir. Sonuç: her türlü çerçeveyle uyumlu, benzersiz dönüşüm başına değişmez bir uç önbellek.
/object/public/avatars/cover.jpg/object/public/avatars/cover.jpg?genişlik=240&format=avif&kalite=80Önce CDN kenarı, geri dönüş olarak başlangıç noktası
Aurabase · Supabase · GCS
Sık sorulan sorular
What is the difference compared to AWS S3 + CloudFront?+
How do access policies work?+
user_id = auth.uid() dosya yoluna göre değerlendirilir. Veritabanı şemanızla tutarlı, test edilebilir pg_prove.How much do image transformations cost?+
Can we stream large files (video, ML model weights)?+
What about GDPR and EU data residency?+
How do I export all my data?+
aura depolama dışa aktarma paketi:* --format s3 uyumlu. Tutarlı bir sonuç üretir tar.zst Meta veriler ve izinler dahil arşiv. Herhangi bir S3 arka ucuyla uyumludur.Bir kova. On iki bölge. Tek bir URL.
Sıfır CDN yapılandırması. Sıfır görüntü dönüştürme lambdaları. Sıfır sürpriz çıkış ücreti.