Calling all Racers for the Alteryx Grand Prix! It's time to rev your engines and race to the stage at Inspire! Sign up here.
3/24/2023: We are aware of the missing content issue and are currently looking into the matter. We appreciate your patience as we get this resolved.

Alteryx Designer Knowledge Base

Definitive answers from Designer experts.

Error - "Object Not Found" error while connecting to AWS S3 from Alteryx Designer

vijayakarthikeyan
Created

Environment Details


- Alteryx Designer - 2018.3
- AWS S3



Cause


This is because of the missing permissions while creating user-policies

Resolution


To resolve this error, follow the below steps:

  • Test by giving the object name manually in the S3 connector
  • Check for the bucket policy. 
  • While creating user-policies, in order to get the list of buckets to select within the tool, the user should have permissions to list all buckets and to get the bucket location of the bucket, he/she has access to.
  • The example user-policy attached gives the user- read and write access to a bucket called "Alteryx-test"
  • Note that - it gives global access to list buckets
Attachments