Amazon S3 Setup
Follow these steps to create and configure your Amazon S3
bucket for successful integration.
Step 1: Sign in to AWS
Log into your
AWS Console using appropriate credentials.
Step 2: Create an S3 Bucket
Go
to Services → S3 → Create bucket
Choose
a unique bucket name and select a region.
Leave Object Ownership as recommended.
Click Create bucket.
Note: This bucket will serve as the destination for
exported data from i2o.
Step 3: Create a Bucket Policy
Navigate
to Policies → Click Create Policy
Select
the JSON tab and paste the policy below (replace YOUR_BUCKET_NAME):
json
CopyEdit
{
"Version":
"2012-10-17",
"Statement":
[
{
"Effect":
"Allow",
"Action":
[
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject",
"s3:PutObjectAcl",
"s3:ListBucket",
"s3:ListBucketMultipartUploads",
"s3:AbortMultipartUpload",
"s3:GetBucketLocation"
],
"Resource":
[
"arn:aws:s3:::YOUR_BUCKET_NAME/*",
"arn:aws:s3:::YOUR_BUCKET_NAME"
]
}
]
}
Click Next, give your policy a name (e.g., i2o-export-policy), and click Create
Policy.
Ensure both object-level
and bucket-level permissions are included, as shown above. Object-only
permissions are insufficient for a successful connection.
Step 4: Add Destination in i2o
Go
to i2o → Data Export → Add Destination
Select Amazon S3
Fill
in the required details:
S3 Access Key ID
S3 Secret Access Key
Bucket Name
Region
Path (optional)
Format Type (CSV or JSON)
Compression Type (None or GZIP)
Click
Test Connection to verify access

Related Articles
How to setup GCS bucket?
Google Cloud Storage (GCS) Setup Guide Follow these steps to configure your GCS bucket and service credentials for use with i2o Data Export. Step 1: Create a GCS Bucket Go to the GCP Console Navigate to Storage → Create Bucket Choose a unique name ...
Data Export Setup
Data Export enables you to extract structured data from the i2o platform into your own cloud storage so you can integrate with internal dashboards, automate reporting, and build custom analytics pipelines. Currently, you can export data from: BuyBox ...
Content Change Alerts
Overview The Content Change Alerts is a part of the Content Monitor module. This screen monitors and reports changes made to product pages on Amazon, like titles, descriptions, bullet points, images & videos etc. Users can view detailed analytics and ...
Hourly Sales Insights
Overview Hourly Sales Insights gives you near visibility into how your products are performing throughout the hours of the day. By comparing today’s hourly performance with yesterday and the same day last week, you can: Spot sudden drops or spikes in ...
DSM - Content Change Alerts
Overview The Content Change Alerts is a part of the Brand Content Monitoring submodule within the Digital Shelf Monitoring main module. This screen monitors and reports changes made to product pages on Amazon, like titles, descriptions, bullet ...