S3¶
Creates a Carbon data connector targeting Amazon S3. It delegates to the Carbon integration layer using the S3 integration type and inherits all behavior from the Carbon data connector base class.

Usage¶
Use this node when you need to register or reference an S3 data source within Carbon-powered workflows (e.g., syncing or accessing files stored in an S3 bucket). Typically placed early in a data pipeline to define the S3 source before subsequent processing or synchronization nodes.
Inputs¶
| Field | Required | Type | Description | Example |
|---|---|---|---|---|
| Not specified | False | Not specified | Inputs are defined by the shared Carbon data connector base node. Specific fields for S3 (e.g., bucket configuration or credentials) are not specified in the exposed implementation. | Not specified |
Outputs¶
| Field | Type | Description | Example |
|---|---|---|---|
| Not specified | Not specified | Outputs are defined by the shared Carbon data connector base node. Typically this would provide a configured connector handle or reference for downstream nodes. | Not specified |
Important Notes¶
- This node is a thin specialization that selects the S3 integration; all configuration, input/output schema, and execution behavior come from the Carbon data connector base node.
- Display name is "S3" in the UI.
- Ensure your environment or platform has appropriate credentials and access to S3 and to the Carbon service as required.
Troubleshooting¶
- If the node appears but provides no fields, verify the Carbon base connector node is available and correctly loaded in your environment.
- If connections to S3 fail at runtime, check that S3 credentials, bucket permissions, and network access are correctly configured in the platform or Carbon service configuration.
- If downstream nodes cannot use this connector, ensure they accept and are wired to the connector output type defined by the Carbon base node.