GET private aws s3 json obj in the 'JSON No Code OAuth' or 'JSON No Code' Connector

Hi everyone. I am looking to get a private aws s3 json file in the 'JSON No Code OAuth' or 'JSON No Code' Connector but haven't been able to figure out the authentication to aws. Has anyone successfully done this? Any ideas on how to do this?

Tagged:

Best Answer

  • GrantSmith
    GrantSmith Coach
    edited May 2023 Answer ✓

    I haven't been able to successfully connect to AWS using those connectors as AWS requires some additional special headers for the connection. I'll use Python to write a script and use the Amazon boto3 package to do all of the authentications automatically for me.

    And then I'll use the pydomo package to upload data to my Domo instance.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    edited May 2023 Answer ✓

    I haven't been able to successfully connect to AWS using those connectors as AWS requires some additional special headers for the connection. I'll use Python to write a script and use the Amazon boto3 package to do all of the authentications automatically for me.

    And then I'll use the pydomo package to upload data to my Domo instance.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**