compose/ecs/pkg
David Killmon 0df99075cc
add shared config state to session
By adding this flag to the session, we force the AWS Go SDK to read
the ~/.aws/config file. By default, the Go SDK doesn't read this file
which is often not what we or customers expect. Many customers store
their assume role based prfoiles in the .aws/config file rather than
the .aws/credentials file.

(This is what the AWS CLI does, by default - but that's because this
parameter is enabled by default in the python SDK).

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-17 21:26:37 +02:00
..
amazon add shared config state to session 2020-08-17 21:26:37 +02:00
compose Remove `compose up` timeout 2020-08-17 21:26:37 +02:00
console Present service logs with colored service prefix 2020-08-17 21:25:57 +02:00
docker Remove Cluster from context 2020-08-17 21:26:32 +02:00