Supported connectors
| Connector | Type string |
|---|---|
| Amazon S3 | s3 |
| Google Cloud Storage | gcs |
| Azure Blob Storage | azure_blob |
Create a connector
Send aPOST /v1/connectors request with the connector type, a human-readable name, and a config object containing the credentials and bucket details for your chosen provider.
Test a connector
After creating a connector, verify that FlexOrch can reach your bucket by calling the test endpoint. A successful response confirms that your credentials and permissions are valid.cURL
Response
Use a connector in a processing request
Passsource.connector_id along with a source.keys array of object paths to submit specific files from your bucket for processing.
cURL
Connectors also power Scheduled Sync. Configure a schedule and FlexOrch will automatically detect and process new files added to your bucket — no manual intervention needed.
Connector guides
Amazon S3
Connect using IAM credentials and an S3 bucket.
Google Cloud Storage
Connect using a GCP service account JSON key.
Azure Blob Storage
Connect using an Azure Storage account and access key.