> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trelent.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connectors

> Connect to file sources including S3 buckets and direct URLs

Connectors describe the source of your files. Each job uses exactly one connector. The connector produces one or more inputs and provides a stable identifier for each input (for example, an S3 object key or a URL). That identifier is echoed back in responses so you can map results to the original files.

<Columns cols={2}>
  <Card title="S3" icon="aws" href="/data-ingestion/connectors/s3" arrow="true" cta="View S3 Connector">
    Read files from an Amazon S3 bucket (or S3‑compatible storage).
  </Card>

  <Card title="URLs" icon="link" href="/data-ingestion/connectors/presigned-urls" arrow="true" cta="View URL Connector">
    Provide direct links to files (e.g., pre‑signed S3 URLs) that we can download.
  </Card>

  <Card title="File uploads" icon="file" href="/data-ingestion/connectors/file-upload" arrow="true" cta="View File Connector">
    Upload files to Trelent once and reuse their IDs across jobs.
  </Card>
</Columns>
