0

Any timeline on Connector for Amazon S3?

I am a new user, and pushing to choose Klipfolio within my company for client management reporting.

One of the gaps we see right now is having a connector to Amazon S3 - is there a timeline for that?

4 comments

  • Avatar
    Janice Janczyn Official comment

    Hi Denis,

    An Amazon S3 query using v2 authentication uses this syntax:

    https://s3.amazonaws.com/klip.bucket/gistempdata.csv?AWSAccessKeyId=<accessKeyID>&Expires={date.addMinutes(1).tz('UTC').format('epochTime')}&Signature={hash.append("GET").appendNewLine().appendNewLine().appendNewLine().append(date.addMinutes(1).tz('UTC').format('epochTime')).appendNewLine().append("/klip.bucket/gistempdata.csv").encodeHmacSha1("<secret-key-here>").encodeBase64().encodeURL().printDigest();}

    For details, please see Amazon S3 Signing and Authentication.

    Thanks,
          Janice

  • 0
    Avatar
    Stephen Yates

    Hi Gal, Klipfolio currently supports integrating with Amazon S3 using AWS Signature v2, which Amazon only supports in certain regions. You can check here to see if you are in a region where v2 is supported. More work is need on our end before we can support v4, but there is no timeline at this point.

  • 0
    Avatar
    Denis Betsi

    Searching connectors, I don't see Amazon S3 or AWS or Amazon as an option even for v2. How do you add Amazon S3 with AWS Signature v2?

  • 0
    Avatar
    Stephen Yates

    Hi Denis, we currently do not have many of the Amazon AWS services listed as Service Connectors, but you can connect using the REST/URL Core Connector, which you will find on the top right of the "Select a Connector" page. If you are having any trouble please contact our support team, we would love to help you out! 

Please sign in to leave a comment.