Access to Amazon Web Services
Access to Daton to configure the destination
Permissions to manage S3 buckets in AWS
Use the search functionality on your AWS console to easily navigate to the S3 Setup console.
Create a Storage Bucket or Use an existing Storage Bucket depending on your requirements
Skip to step 3 if you already have a bucket
Enter the bucket name and select the appropriate options to define the bucket parameters according to your organization preference.
One the bucket is created, grant permissions to Daton to create and manage files in this bucket.
Edit the bucket policy and add the following JSON to the policy after changing the bucket name to reflect the bucket where you want data loaded.
{"Version": "2012-10-17","Id": "","Statement": [{"Sid": "","Effect": "Allow","Principal": {"AWS": ["arn:aws:iam::214669062314:role/Warehouse"]},"Action": ["s3:PutObject","s3:GetObject","s3:ListBucket"],"Resource": ["arn:aws:s3:::<YOUR_BUCKET_NAME>","arn:aws:s3:::<YOUR_BUCKET_NAME>/*"]}]}
To be added.