@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.