Forum Replies Created

Viewing 1 replies (of 1 total)
  • @akuzminsky Actually, this is very easy.

    Find all mentions of this in the plugin:
    ‘credentials’ => $credentials,

    and replace with
    #’credentials’ => $credentials,

    And the AWS PHP SDK will default to the environment variables. I am doing this in my Fargate dockers.

    So, @vmarko, it would be great if you could support this by default. Basically, if no api key or secret is provided, then don’t use the $credentials variable and let it try defaults. Pretty quick win.

Viewing 1 replies (of 1 total)