Amazon S3 is the cloud storage solution offered by Amazon Web Services, and you can use set up an integration in Refuel to read from S3. This is commonly used for reading documents and images, but also for uploading and ingesting CSVs and other files formats.
Navigate to the IAM Console in AWS, click on Policies in the left navbar, and then hit the “Create Policy” button.
Click on the JSON tab, copy the policy below (substitute your bucket name, add multiple buckets, restrict to specific keys in a bucket) and then hit Next.
Click Next again, give the policy a name, such as “RefuelS3ReadAccessPolicy” and then hit “Create policy”.
That’s it! When you send Refuel any pieces of content that sit in S3, all you need to send is the path in S3, and Refuel will be able to securely access it.