S3 authenticator

[sdk/AWS/S3 authenticator]

Input ports

  • session id: string

    Receives the id of the S3 session. Example: "s3-session-id"

  • access key id: string

    Receives the AWS user's access key id. Example: "23478207027842073230762374023 "

  • secret access key: string

    Receives the AWS user's secret access key. Example: "v3QoTTO2fmr5Wbh/v3QoTTO2fmr5Wbh+ASDF"

Output ports

  • done: null

    It is triggered if the authentication was successful.

  • error: {"error": string}

    Sends error information in case the authenticatiomn was not successful.

Last updated