Help Center
  • Home
  • Getting Started
    • Register with oAuth
    • Register with Email + Password
  • Formulas
    • Formulas
  • Migration Templates
    • Migration Templates
    • Setting up the Template
    • Magic ID
    • Running the Template
  • seeding
    • Summary
    • Data Types
    • Configuration
  • Jobs
    • Job Management
    • Migrate
    • Multi-Object
    • Upload
    • Mapping
    • Query
    • Preview
    • History
    • Retry
    • Rollback
    • Run Remaining
    • Wildcard Names
  • Formatting
    • Dataimporter Formatting
    • Replace Null Values
    • Deduplicate
    • Filter Data
    • Sample Data
    • Automation Control
  • Schedule
    • Schedule
    • Hour
    • Day
    • Month
    • Flow
  • Integrations
    • View Integrations
    • Database
      • Azure SQL Database
      • Heroku Postgres
      • MySQL
      • PostgreSQL
      • SQL Server
    • Storage
      • Dropbox
      • Google Drive
      • Google Sheets
      • OneDrive
      • S3
      • SFTP
      • SharePoint
  • Account Management
    • Billing
    • Access
    • Teams
    • Notifications
  • Security
    • Dataimporter Security
    • IP Addresses
    • Data Storage
    • Customer Managed Storage
    • Single Sign-On with Azure AD
    • Single Sign-On with Okta
    • Bring your own Key
  • Changelog
Powered by GitBook
On this page
  • Set up S3 Integration
  • Configure Custom Storage
  • Result Files
  1. Security

Customer Managed Storage

PreviousData StorageNextSingle Sign-On with Azure AD

Last updated 1 year ago

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 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

Set up an Integration to your S3 Bucket