Set Storage Config
Bring your own S3 bucket: MeetStream writes bot media (audio, video, transcripts, metadata) directly into your bucket. Only provider `aws` is supported; S3-compatible stores (MinIO, Cloudflare R2) work via `endpoint_url`. For `read_write` mode MeetStream performs a live HeadBucket validation; for `write_only` it writes probe objects under each configured prefix. Config changes do not move already-written media.
Authentication
AuthorizationToken
Format: Token <your_api_key>
Query parameters
config_type
Allowed values:
Request
This endpoint expects an object.
provider
Only aws is supported
bucket_name
region
access_key_id
secret_key
access_mode
write_only makes MeetStream fetch endpoints return 403 for media in your bucket
prefix
Base key prefix. Leading/trailing slashes stripped; ’..’ segments rejected. Files are keyed {prefix}/{bot_id}_<file>.
prefixes
Per-artifact-category prefix overrides
endpoint_url
Custom S3-compatible endpoint (MinIO, Cloudflare R2). Omit for AWS S3.
Response
Configuration saved
