Product Feed - AWS S3

In this article, we will cover:

How to add an AWS S3 Product Account

  1. Go to top right-hand corner and click on your name
  2. Click on Team Settings
  3. Click on Product Feeds
  4. Click on +Add 
  5. This will open a new popup on the right-hand side
  6. Click on AWS S3
  7. Select your Region
  8. Provide the name of your bucket
  9. Click Connect

Product Feeds - Add AWS S3 Account - 19th October 2023.gif

How to create an AWS S3 Product Feed 

  1. Go to the top right-hand corner and click on your name
  2. Click on Team Settings
  3. Click on Product Feeds
  4. Click on +Add 
  5. This will open a new popup on the right-hand side
  6. Click on AWS S3
  7. Click on Next 
  8. Click on Select Account and either add your account (See the section on how to add an AWS S3 Product account) or click on an existing account
  9. Enter the key.  The key is the pull path to an object in a particular bucket, for example: tint/products.csv
  10. Click on +Add to add the product feed

Product Feeds - Add AWS S3 Account - Update 6th November 2023.gif

Important Information

When configuring the AWS S3 product account, you will be required to choose the region where your bucket is hosted from the provided list (e.g. us-east-1) and provide its name – you will need to locate this information by looking at the AWS Management Console if you don’t know it.

If the bucket or object is private, access will need to be granted to our servers by adding a bucket policy such as the one below, making sure to replace BUCKET_NAME with the name of their bucket.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
     "Principal": {
     "AWS": "arn:aws:iam::595010458549:role/tint-production"
      },
      "Action": ["s3:GetObject"],
      "Resource": ["arn:aws:s3:::BUCKET_NAME/*"]
    }
  ]
}

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.