Setting up output destinations
Destinations define where processed records go after a job completes. Configure them in the Destinations tab.
Available destination types:
• Google Cloud Storage (GCS) — stream records to a GCS bucket. Optionally supply a service account key; if your bucket is in the same GCP project as Turtini's functions, no key is needed.
• AWS S3 — stream to an S3 bucket. Requires a bucket name, region, access key ID, and secret access key.
• SFTP / NAS — deliver records to a network share. Requires host, port, username, password, and remote path.
• HTTP Endpoint — POST records to any URL. Configure the method (POST / PUT / PATCH) and optional JSON headers (e.g. an Authorization header).
• Local Download — no configuration needed. Records are available for browser download after each job.
Adding a destination:
1. Go to Data Stream → Destinations → click "+ Add Destination"
2. Enter a name and choose the type
3. Fill in the type-specific fields
4. Toggle "Save credentials" if you want the connection details stored for reuse
5. Click "Save Destination"
Credentials are stored securely and are never exposed in the UI after saving. To update credentials, delete the destination and re-add it.
You can have multiple destinations and choose which one to use on each job.