Amazon S3
We are no longer updating this site. For user documentation, please go to User Docs. For developer documentation, please go to Developer Docs. If you have any questions or feedback, please submit a ticket.
Amazon S3 is a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web.
Similar to FTP/SFTP, it allows external tools and services to store and retrieve large amounts of data.
Using S3 is recommended for uploads of data to Zaius on a scheduled basis from external systems. Common examples of recurring uploads include:
- 1.Product Feeds
- 2.Customer Updates
- 3.List Subscriptions
- 4.Consent Updates

Typically a developer will be required to setup recurring uploads of data to Amazon S3, as it's an automatic process. Common developer tools to perform uploads to S3 include:
All clients are provided an S3 bucket for imports and another for exports. The URL structure of the bucket is as follows:
s3://zaius-incoming/your_tracker_id
s3://zaius-outgoing/your_tracker_id
CSV imports via Amazon S3 must adhere to the file names and structured outlined in the CSV documentation linked below:
Last modified 8mo ago