Skip to main content
AWS S3 - Import and export

Amazon Web Services (AWS) S3 storage can be used as a source of data for imports and exports.

Updated over 2 weeks ago

Once configured for the relevant import or export, Fresh Relevance queries your S3 bucket for new data and fetches it when available.

Learn more about exporting data to AWS storage in Export data with the Firehose.


Before you start

Things you need to know:

  • File-level encryption/GPG is not supported with this method. We recommend enabling S3 bucket encryption in line with your company's security policy.

  • You can familiarize yourself with the data format to use for your files in the related articles:


Configure AWS storage

To setup your S3 storage for use with Fresh Relevance:

  1. In your AWS account, delegate a bucket dedicated for Fresh Relevance use.
    Learn how in Amazon’s documentation.

  2. Grant full permissions to our account ID 854654557800 so it can access the bucket held in your account:

    • s3:ListBucket

    • s3:PutObject

    • s3:DeleteObject

    • s3:GetObject

    • s3:GetObjectTagging

    • s3:PutObjectTagging

    • s3:GetBucketLocation

  3. Contact us to let us know when you've completed the above steps.

We then need to grant permissions to your dedicated bucket from Fresh Relevance and enable it for use within the admin interface.

Files which are added to the bucket are imported into Fresh Relevance and then deleted, in a very similar way to an import from a secure FTP server.

Did this answer your question?