Overview

SparkDB Buckets provides S3-compatible object storage — spin up a bucket, grab a URL, and start uploading files. No infrastructure setup, no configuration required.
Production apps need to store and serve files: images, videos, documents, backups, static assets. SparkDB Buckets gives you S3-compatible object storage powered by MinIO, accessible through both a web dashboard and a programmatic API.

Features

S3-Compatible

Built on MinIO with the standard S3 API. Use any S3 SDK to interact with your buckets.

Public & Private

Each bucket can be public (world-readable) or private (authenticated access only).

Web Dashboard

Create, manage, and delete buckets directly from the SparkDB dashboard. Drag-and-drop file uploads.

SDK & API

Full REST API with API key authentication. cURL, JavaScript, Python — bring your own SDK.

How It Works

You (Dashboard/API)


┌─────────────────┐
│  SparkDB API     │
└────────┬────────┘


┌─────────────────┐
│  MinIO (S3)      │
└─────────────────┘


    ┌───────┐
    │ Files │
    └───────┘

Storage Limits

PlanPriceStorage
Free$01 GB
Plus$19/mo10 GB
Pro$79/mo20 GB
Max$299/mo50 GB
During preview, all tiers are free with the Free tier’s 1 GB limit.

Quickstart

Create your first bucket in under 2 minutes.

Dashboard Guide

Manage buckets from the web UI.

SDK & API

Use the API to manage buckets programmatically.

API Reference

Complete endpoint reference.