compose/ecs/pkg/amazon/backend
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
..
testdata Set task tags 2020-08-17 21:26:36 +02:00
backend.go add shared config state to session 2020-08-17 21:26:37 +02:00
cloudformation.go Add template description 2020-08-17 21:26:36 +02:00
cloudformation_test.go sort cpu values in conversion to fargate values 2020-08-17 21:26:35 +02:00
compatibility.go Add support for deploy.resources 2020-08-17 21:26:34 +02:00
context.go Remove Cluster from context 2020-08-17 21:26:32 +02:00
convert.go Set task tags 2020-08-17 21:26:36 +02:00
down.go Remove Cluster from context 2020-08-17 21:26:32 +02:00
iam.go code restructure 2020-08-17 21:26:14 +02:00
list.go generic URL/port/protocol retrieval for compose ps 2020-08-17 21:26:33 +02:00
logs.go Unwrapp API errors to get user-friendly error message 2020-08-17 21:26:22 +02:00
secrets.go Use `Project` from compose-go 2020-08-17 21:26:16 +02:00
up.go Remove `compose up` timeout 2020-08-17 21:26:37 +02:00
wait.go don't set service `Name` so they can be updated by CloudFormation 2020-08-17 21:26:19 +02:00