Archive OpenDunes request logs to any S3-compatible object storage bucket.
Not yet available. This destination is on the roadmap.
The S3 destination writes your OpenDunes request logs to any S3-compatible object store — AWS S3, Cloudflare R2, Hetzner Object Storage, MinIO, or any other service that implements the S3 API. It is the simplest way to build a durable, low-cost archive of every LLM request your application makes.
Logs are written as newline-delimited JSON (NDJSON) files, batched and flushed at configurable intervals (default: every 5 minutes or 10 MB, whichever comes first). Each line is one request event: timestamp, model, messages, response, token counts, DA cost, latency, X-Request-Id, and metadata.
Files are stored at a configurable key prefix, for example:
Files are gzip-compressed by default.
Once available, configure the S3 destination from your dashboard under Broadcast. You will need:
eu-west-1)https://s3.hetzner.com)s3:PutObject on the bucketopendunes-logs/Back to Broadcast overview.