Cloud//storage//bucket
A container for objects (files, blobs, assets) in cloud object storage. You upload files, get a URL back, serve them. No filesystem hierarchy -- flat namespace with key prefixes that look like folders.
A container for objects (files, blobs, assets) in cloud object storage. You upload files, get a URL back, serve them. No filesystem hierarchy -- flat namespace with key prefixes that look like folders.
Use cases: static assets (images, videos, PDFs), backups, logs, data lake files
Compatible APIs converged around AWS S3's API -- most providers (Cloudflare R2, Google GCS, MinIO) implement S3-compatible endpoints
Cheap, durable, and scale infinitely