Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

S3

Sync your journal to an S3-compatible object store (AWS S3, MinIO, Cloudflare R2, Backblaze B2, etc.).

Setup

  1. Create a bucket on your S3 provider.
  2. Generate access credentials (Access Key ID + Secret Access Key).
  3. In Surebeans: SyncAdd RemoteS3.
  4. Enter bucket, region, and credentials.

Configuration

FieldExample
Bucketmy-budget-backup
Regionus-east-1
Endpointhttps://s3.amazonaws.com (or custom for non-AWS)
Access Key IDAKIAXXXXXXXXXX
Secret Access Keyxxxxxxxxxxxxxxxx

Platform support

PlatformSupported
DesktopYes
BrowserYes (may require CORS configuration on the bucket)

CORS (browser)

If syncing from the browser, configure your bucket’s CORS policy to allow requests from https://app.surebeans.net (or wherever you host the app).