pulumi/pkg/operations
Matthew Riley f9b7468bfd Don't cache AWS sessions with different credentials
We might create an AWS session with one set of credentials, cache it, then
return it when a later caller asked for a session with *different* creds.

Instead, just cache one default session and Copy other sessions from it.

Less important in the CLI, but critical when the engine is used as a library
in a long-running process.
2018-04-09 16:57:27 -07:00
..
testdata Don't include pending-delete resources in tree representation (#902) 2018-02-12 08:47:09 -08:00
operations.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
operations_aws.go Don't cache AWS sessions with different credentials 2018-04-09 16:57:27 -07:00
operations_aws_test.go Don't cache AWS sessions with different credentials 2018-04-09 16:57:27 -07:00
operations_cloud_aws.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
operations_cloud_aws_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
resources.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
resources_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00