Customer Managed Storage
Last updated
Last updated
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.
First of all Set up an Integration to your S3 Bucket in Dataimporter.
In the Settings page, scroll down to Data Storage, and select the Bucket you created in the previous step.
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