B
Broslunas CMS
DashboardPricingDocumentationGitHub

Getting Started

IntroductionInstallation & SetupLinking Repositories

Core Concepts

Astro CollectionsGit SynchronizationSchemas & Types

Features

Visual EditorGitHub AppVercel IntegrationS3 StorageCollaborationVersion ControlGemini AIJSON Mode

Architecture

How it worksSecurity

Integrations

S3 Storage

Configure your own S3 bucket to store images and multimedia files securely and scalably.

Configuration

Go to Settings > Integrations to configure your storage provider. We support any S3-compatible provider (AWS, Cloudflare R2, MinIO, DigitalOcean Spaces, etc).

Required Fields

  • Endpoint: Your provider's base URL (e.g. https://s3.amazonaws.com or https://fly.storage.tigris.dev).
  • Region: The region where your bucket is located (e.g. us-east-1).
  • Bucket Name: Your bucket name.
  • Access Key ID & Secret Key: Your access credentials.

Usage

Once configured, any image you upload through the visual editor or file manager will be automatically stored in your S3 bucket instead of the local file system (or Vercel Blob).

Note: If you configure a Public URL Base, that URL will be used to build links to your images (e.g., CDN), improving loading performance.