Customer Managed Storage

Customers who are on a Custom Plan can choose to have their data stored on their own managed S3 bucket instead of the Dataimporter servers.

Set up S3 Integration

First of all Set up an Integration to your S3 Bucket in Dataimporter.

Configure Custom Storage

In the Settings page, scroll down to Data Storage, and select the Bucket you created in the previous step.

Result Files

Your Jobs run from this point onwards, will now have the Success and Error files sent to your S3 Bucket instead of Dataimporter. The result files will be uploaded into a folder called 'results' and will be in the format:

{datetime}_{job name}_{type}.csv

If you have a job called Account Import then you would see the result files called: 20230406T120000_Account Import_successful.csv

20230406T120000_Account Import_failed.csv

Last updated