CSV Export (S3)
Overview
Export your ecommerce data as CSV or Parquet files to an Amazon S3 bucket for archival, custom processing, or integration with other tools.
Setup
- 1
Create an S3 bucket in the AWS Console.
- 2
Create an IAM user with write access to the bucket and generate access keys.
- 3
Go to Dashboard > Outputs, click Connect on CSV Export (S3), and enter your bucket name, region, and credentials.
- 4
Data will be exported on the same schedule as your sources.
Tips
- Use a custom IAM policy limited to s3:PutObject on your specific bucket for better security.
- The region must match the bucket's actual region exactly.
Fields Required
S3 Bucket
my-data-exports
Region
eu-central-1
AWS Access Key
AKIA...
AWS Secret Key
your-secret-key
Setup Guide
- 1
Sign in to the AWS Console and go to S3.
https://console.aws.amazon.com/s3/ - 2
Click "Create bucket", name it (e.g., smartecom-exports), choose a Region, and click Create.
- 3
Go to IAM and click "Users" > "Create user".
https://console.aws.amazon.com/iam/ - 4
Name it smartecom-s3-writer, click Next, attach the AmazonS3FullAccess policy, then Create user.
- 5
Click the new user, go to Security credentials, and click "Create access key".
- 6
Select "Third-party service", confirm, and click Create access key.
- 7
Copy both the Access Key ID and Secret Access Key — the secret is only shown once.
Tips
- For better security, use a custom policy limited to s3:PutObject on your specific bucket.
- The region must match exactly (e.g., us-east-1, not US East).
- If you lose the secret key, create a new access key.