Overview
A destination is a reusable connection to an S3 bucket you own. You configure it once, then point any number of exports at it. Cometly authenticates with an IAM access key that has write access to your bucket.Prerequisites
- An AWS account with permission to create S3 buckets and IAM users and policies.
- A space administrator role in Cometly.
Create the bucket and credentials
Create or choose an S3 bucket
In the AWS S3 console, create a bucket (or choose an existing one) for Cometly exports, and note
its name and region (for example,
us-east-1).Create an IAM policy
In the AWS IAM console, create a policy that grants write access to that bucket. Replace
YOUR_BUCKET_NAME with your bucket name.Create an IAM user
Create a dedicated IAM user (for example,
cometly-exports) for programmatic access only, and
attach the policy from the previous step.Generate an access key
For that user, create an access key. Save the Access Key ID and Secret Access Key — the
secret is shown only once.
Add the destination in Cometly
In the dashboard, go to Integrations → Data Exports → Add destination and enter:
A label for this destination, for example “Production warehouse”.
The S3 bucket name from Step 1.
The bucket’s AWS region.
The Access Key ID from Step 4.
The Secret Access Key from Step 4.
Your Secret Access Key is encrypted at rest and never shown again. When editing a destination,
leave the secret blank to keep the existing key.
Next step
Create an export
Choose this destination, a dataset, and a date range.