Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Media Configuration

Configure local or object-storage media paths, limits, and public URL boundaries without exposing credentials.

The API schema defines MEDIA_MAX_FILE_SIZE_MB, MEDIA_LOCAL_DIR, Cloudflare R2 account/key/bucket fields, and an optional public base URL. Secret-valued R2 keys are validated by name only and remain external configuration.

Select local storage or an object-storage provider deliberately. Media metadata and processing states live in the application domain; binary backup and restore are provider-specific.

Verification

Verify the selected provider, writable location, size limit, public URL behavior, representative upload/processing, and media backup manifest. Do not publish real bucket names or credentials.

Related articles