S3¶
Provides a Carbon data integration connector for Amazon S3. It configures the node to use the S3 integration within the Carbon platform so downstream nodes can access or operate on data sourced from S3.

Usage¶
Use this node when you need to connect workflows to Amazon S3 via the Carbon integration layer. Typically, place it early in a data pipeline to establish the S3 data source, then pass its output to nodes that query, list, or process files/objects managed by Carbon.
Inputs¶
| Field | Required | Type | Description | Example | 
|---|---|---|---|---|
| Not specified | False | Not specified | The node inherits its interface from a shared Carbon data node base. Specific input fields (e.g., authentication, workspace, bucket, prefix) are not specified here. | Not specified | 
Outputs¶
| Field | Type | Description | Example | 
|---|---|---|---|
| Not specified | Not specified | Outputs whatever the base Carbon data node defines for a configured S3 integration (e.g., a handle or reference used by downstream Carbon-aware nodes). | Not specified | 
Important Notes¶
- This node selects the Amazon S3 integration for the Carbon data layer; ensure your Carbon environment has S3 properly configured.
- Access and permissions to S3 are managed through Carbon; make sure the underlying credentials and IAM permissions are in place.
- This node’s exact inputs/outputs are defined by the shared Carbon data node base and may vary by platform version.
Troubleshooting¶
- If you see authorization or permission errors, verify the Carbon S3 integration credentials and IAM policies.
- If downstream nodes cannot read data, confirm the target bucket/prefix exists and is accessible in the configured Carbon environment.
- If the node doesn’t appear or fails to initialize, ensure the Carbon services are reachable and that the S3 integration is enabled in your environment.