Name | Value |
---|---|
Platform | AWS S3 |
Auth Type | API Keys |
Direction | Bidirectional |
Tap Metrics | Usage: |
Target Metrics | Usage: |
s3:PutObject
s3:ListBucket
and s3:GetObject
BUCKET_NAME
with your bucket:
Access Key ID
and Secret Access Key
, and paste them into the widget.
connect_ui_params
in your connector settings to include aws_external_id
and aws_role_arn
in lieu of aws_access_key_id
and aws_access_key_id
, like below:
aws_external_id
is configured in your connector settings, the widget will automatically update to display a copy-pastable external ID for each tenant. Tenants will need this value to configure their settings in AWS.
EXTERNAL_ID
with the external ID copied from the widget:
ARN
from the summary page, and paste it into the widget.
bucket
: Your S3 bucket name (e.g., my-company-data
)
path_prefix
: (Optional) A specific path within your bucket (e.g., incoming/orders
)
Variable | Description | Example Output |
---|---|---|
tenant | Your tenant ID | acme_corp |
root_tenant_id | Root tenant ID (for subtenants) | acme |
tap | Tap ID this job ran for | salesforce |
date | Current date (YYYYMM) | 202312 |
full_date | Full date (YYYYMMDD) | 20231206 |
flow_id | Flow identifier | Fq183dc |
job_id | Internal job ID | jklc4 |
env_id | Environment | prod.hg.acme.com |