Google Drive yerini alır

Cloud Storage

S3-compatible object storage. Your files, your server.

Full S3-compatible object storage powered by MinIO. Upload, download, and manage files with the same API you already know from AWS S3.

5 GB
Max File Size
S3 Compatible
API
5-500 GB
Plans
AES-256
Encryption

Özellikler

S3 API Compatible

Drop-in replacement for AWS S3. Use existing S3 SDKs and tools.

File Upload

Upload files up to 5 GB. Multipart upload for large files.

Bucket Management

Create public or private buckets. Set access policies per bucket.

CDN Ready

Serve files directly via URL. Pre-signed URLs for temporary access.

Versioning

Enable file versioning to keep history of changes.

Lifecycle Rules

Auto-delete old files or move to cold storage.

Hızlı Entegrasyon

SDK veya REST API ile dakikalar içinde başlayın.

example.ts
// Upload a file
const file = await olo.storage.upload(fileBuffer, 'docs/report.pdf')
// → { url: 'https://storage.voltimap.com/docs/report.pdf', size: '2.4MB' }

// Get a pre-signed URL (expires in 1 hour)
const url = await olo.storage.presign('docs/secret.pdf', { expiresIn: 3600 })

// List files in a bucket
const files = await olo.storage.list('user-uploads', { limit: 50 })

API Uç Noktaları

Temel URL: https://api.voltimap.com

POST/api/v1/storage/upload
GET/api/v1/storage/files
GET/api/v1/storage/files/:id
DELETE/api/v1/storage/files/:id
POST/api/v1/storage/buckets

Cloud Storage kullanmaya bugün başlayın

14 günlük ücretsiz deneme. Kredi kartı gerekmez.

Ücretsiz Başla