Can i connect AWS S3 with AWS credential by S3 connector?

I want to use the Domo S3 connector to access data in the S3 bucket. But I use SSO to sign in to the AWS, and it seems the connector can only accept access keys and secrets but not tokens.

Is there a way to connect Domo to s3 in an SSO-enabled AWS account?

Answers

  • You’d need to log into AWS and generate a key and secret to use. The connector doesn’t support SSO authentication

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Nvm, I used S3 AssumeRole Connector to connect my S3 by role. I think it is the more convenient way.